mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 06:30:49 -06:00
chore: Bump version, update example project dependency. (#25003)
* Bump version, update example project dependency. * breaking this change out or taging is gonna be weird.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cypress",
|
||||
"version": "11.2.0",
|
||||
"version": "12.0.0",
|
||||
"description": "Cypress is a next generation front end testing tool built for the modern web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"version": "0.0.0-development",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"postinstall": "echo '@packages/example needs: yarn build'",
|
||||
"clean-deps": "rimraf node_modules",
|
||||
@@ -17,10 +16,6 @@
|
||||
"predeploy": "yarn build",
|
||||
"deploy": "gulp deploy"
|
||||
},
|
||||
"files": [
|
||||
"cypress",
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"glob": "7.1.3"
|
||||
@@ -37,5 +32,10 @@
|
||||
"resolve-pkg": "2.0.0",
|
||||
"rimraf": "3.0.2",
|
||||
"shelljs": "0.8.5"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"cypress",
|
||||
"lib"
|
||||
],
|
||||
"types": "index.d.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user