Skip to content

Commit

Permalink
remove gh-pages / release-it dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Mar 31, 2022
1 parent cb0aa37 commit 44e2c3b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"build": "rollup -c",
"start": "run-p serve autobuild",
"serve": "live-server example_page",
"autobuild": "rollup -c -w",
"deploy": "gh-pages -d example_page",
"release": "release-it"
"autobuild": "rollup -c -w"
},
"release-it": {
"hooks": {
Expand All @@ -35,10 +33,8 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"gh-pages": "^2.1.1",
"live-server": "^1.2.1",
"npm-run-all": "^4.1.5",
"release-it": "^13.6.2",
"rollup": "^1.10.1",
"rollup-plugin-size": "^0.2.0",
"rollup-plugin-terser": "^4.0.4"
Expand Down

0 comments on commit 44e2c3b

Please sign in to comment.