Skip to content

Commit 41ea709

Browse files
committed
Make np tool to work without 2 factor auth
Solution: sindresorhus/np#494 (comment)
1 parent 790fe21 commit 41ea709

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

package-lock.json

+15-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lint-package.json": "prettier-package-json --write",
2727
"lint:fix": "npm run lint -- --fix",
2828
"prepublishOnly": "npm run build",
29-
"release": "np",
29+
"release": "np --no-2fa",
3030
"tdd": "concurrently --kill-others \"npm run test:watch\" \"live-server --watch=coverage/lcov-report --open=coverage/lcov-report --quiet\"",
3131
"pretest": "npm run build",
3232
"test": "nyc mocha --exit --require ts-node/register **/*.ts",
@@ -65,7 +65,7 @@
6565
"live-server": "^1.2.1",
6666
"make-dir-cli": "^2.0.0",
6767
"mocha": "^7.1.0",
68-
"np": "^6.2.0",
68+
"np": "https://github.com/pixelastic/np/tarball/c3ab2e3b053c7da0ce40a572ca1616273ac080f8",
6969
"nyc": "^15.0.0",
7070
"onchange": "^6.1.0",
7171
"prettier": "^1.19.1",

0 commit comments

Comments
 (0)