Skip to content

Commit

Permalink
Merge branch 'develop' into jordanpowell88/update-grep
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpowell88 authored Dec 6, 2022
2 parents 710bcde + 5fd95c8 commit 72b8fe3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -17,10 +16,6 @@
"predeploy": "yarn build",
"deploy": "gulp deploy"
},
"files": [
"cypress",
"lib"
],
"dependencies": {
"bluebird": "3.5.3",
"glob": "7.1.3"
Expand All @@ -37,5 +32,10 @@
"resolve-pkg": "2.0.0",
"rimraf": "3.0.2",
"shelljs": "0.8.5"
}
},
"files": [
"cypress",
"lib"
],
"types": "index.d.ts"
}

0 comments on commit 72b8fe3

Please sign in to comment.