Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hubvue committed Apr 17, 2022
1 parent ce3a785 commit 3c073eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"scripts": {
"cargo:build": "cargo build --release",
"release:npm": "bumpp package.json --commit --push --tag"
"release:npm": "bumpp package.json --commit --push --tag",
"preuninstall": "node ./bin/index.js clean"
},
"repository": {
"type": "git",
Expand All @@ -20,7 +21,8 @@
"manager"
],
"files": [
"lib"
"bin",
"bin/camer"
],
"author": "hubvue",
"license": "MIT",
Expand Down

0 comments on commit 3c073eb

Please sign in to comment.