Skip to content

Commit

Permalink
Remove npmpub; doesn't work with npm 2FA --otp
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Aug 4, 2018
1 parent aae7db3 commit 20dd08f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -32,7 +32,6 @@
"eslint-config-i-am-meticulous": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-prettier": "^2.2.0",
"npmpub": "^4.0.0",
"postcss-scss": "^2.0.0",
"prettier": "1.14.0",
"sugarss": "^1.0.0"
Expand All @@ -41,8 +40,7 @@
"ci": "eslint . && ava",
"lint": "eslint . --fix",
"pretest": "npm run lint",
"test": "ava",
"release": "npmpub"
"test": "ava"
},
"eslintConfig": {
"extends": "eslint-config-i-am-meticulous",
Expand Down

0 comments on commit 20dd08f

Please sign in to comment.