Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGongCN committed Mar 29, 2021
1 parent 9e4babc commit 0727645
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"repository": "https://github.com/WayneGongCN/microsoft-todo-browser-ext.git",
"author": "waynegong <[email protected]>",
"license": "MIT",

"scripts": {
"commit": "cz",
"dev": "webpack --config webpack.config.js --env mode=development --watch",
"build": "webpack --config webpack.config.js --env mode=production",
"upload": "node scripts/upload.js"
},

"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
Expand Down Expand Up @@ -56,6 +58,7 @@
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},

"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
Expand Down

0 comments on commit 0727645

Please sign in to comment.