Skip to content

Commit

Permalink
Make np tool to work without 2 factor auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach committed Mar 24, 2020
1 parent 865f83f commit db875cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
31 changes: 15 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -26,7 +26,7 @@
"lint-package.json": "prettier-package-json --write",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"release": "np",
"release": "np --no-2fa",
"tdd": "concurrently --kill-others \"npm run test:watch\" \"live-server --watch=coverage/lcov-report --open=coverage/lcov-report --quiet\"",
"pretest": "npm run build",
"test": "nyc mocha --exit --require ts-node/register **/*.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
"live-server": "^1.2.1",
"make-dir-cli": "^2.0.0",
"mocha": "^7.1.0",
"np": "^6.2.0",
"np": "https://github.com/pixelastic/np/tarball/c3ab2e3b053c7da0ce40a572ca1616273ac080f8",
"nyc": "^15.0.0",
"onchange": "^6.1.0",
"prettier": "^1.19.1",
Expand Down

0 comments on commit db875cf

Please sign in to comment.