Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Nov 21, 2021
1 parent 6f0dad1 commit 0d4ec5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 59 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vime",
"version": "0.0.0",
"version": "5.0.35",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prepare": "husky install",
"sandbox": "node .scripts/run-sandbox.js",
"sandbox:create": "node .scripts/sandbox-create.js",
"release": "pnpm test:node-esm && node .scripts/release.js"
"release": "node .scripts/release.js"
},
"devDependencies": {
"@types/node": "^16.10.3",
Expand All @@ -41,7 +41,7 @@
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"execa": "^6.0.0",
"execa": "^5.1.1",
"husky": "^7.0.2",
"kleur": "^4.1.4",
"lint-staged": "^11.2.2",
Expand Down
58 changes: 2 additions & 56 deletions pnpm-lock.yaml

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

0 comments on commit 0d4ec5b

Please sign in to comment.