Skip to content

Commit

Permalink
chore(deps): install standard-version (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Mar 22, 2021
1 parent 75e8db7 commit cd41c6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/index.js",
"scripts": {
"dev": "node_modules/webpack/bin/webpack.js --mode production --watch --progress --hide-modules",
"build": "node_modules/webpack/bin/webpack.js --mode production --progress --hide-modules"
"build": "node_modules/webpack/bin/webpack.js --mode production --progress --hide-modules",
"release": "standard-version"
},
"repository": {
"url": "https://github.com/kimyvgy/simple-scrollspy"
Expand All @@ -22,6 +23,7 @@
},
"homepage": "https://kimyvgy.github.io/simple-scrollspy/demo",
"devDependencies": {
"standard-version": "^9.1.1",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.4.1",
"webpack-cli": "^3.3.10"
Expand Down

0 comments on commit cd41c6b

Please sign in to comment.