Skip to content

Commit

Permalink
feat: release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dadajian committed Jun 27, 2022
1 parent 8d0e40f commit fc515b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@babel/parser": "7.17.12",
"@babel/parser": "7.18.5",
"glob": "8.0.3"
},
"peerDependencies": {
"cypress": ">=9"
"cypress": ">=10"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
Expand All @@ -32,9 +32,6 @@
"ts-jest": "28.0.5",
"typescript": "4.7.4"
},
"publishConfig": {
"registry": "https://www.npmjs.com/~expediagroup_oss"
},
"scripts": {
"build": "tsc --skipLibCheck && mkdir -p node_modules/cypress-codegen/dist && cp -r dist package.json node_modules/cypress-codegen",
"cypress:open": "cypress open",
Expand Down

0 comments on commit fc515b8

Please sign in to comment.