Skip to content

Commit 20dd08f

Browse files
committed
Remove npmpub; doesn't work with npm 2FA --otp
1 parent aae7db3 commit 20dd08f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"eslint-config-i-am-meticulous": "^11.0.0",
3333
"eslint-plugin-import": "^2.2.0",
3434
"eslint-plugin-prettier": "^2.2.0",
35-
"npmpub": "^4.0.0",
3635
"postcss-scss": "^2.0.0",
3736
"prettier": "1.14.0",
3837
"sugarss": "^1.0.0"
@@ -41,8 +40,7 @@
4140
"ci": "eslint . && ava",
4241
"lint": "eslint . --fix",
4342
"pretest": "npm run lint",
44-
"test": "ava",
45-
"release": "npmpub"
43+
"test": "ava"
4644
},
4745
"eslintConfig": {
4846
"extends": "eslint-config-i-am-meticulous",

0 commit comments

Comments
 (0)