Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Mar 5, 2021
1 parent 1f4f082 commit 050f4d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
],
"scripts": {
"dev": "rollup -c -w",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "rollup -c",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public",
"clean": "rimraf dist",
"jsdoc": "jsdoc -r src/*s -R README.md -d docs"
},
"devDependencies": {
Expand Down

0 comments on commit 050f4d7

Please sign in to comment.