Skip to content

Commit

Permalink
Add attempt to disable 2fa
Browse files Browse the repository at this point in the history
  • Loading branch information
askirmas committed Mar 8, 2020
1 parent 8569b65 commit aa9c2e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test/spec": "jest --config specs/jest.config.json --runInBand",
"build": "tsc --project tsconfig.build.json",
"test": "npm run test/unit && npm run build:test && npm run test/spec && npm run build",
"release": "np"
"release": "np --no-2f"

This comment has been minimized.

Copy link
@pixelastic

pixelastic Mar 10, 2020

The option will be named --no-2fa, but it hasn't been merged (nor released) yet.

},
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +43,9 @@
"dependencies": {
"react": "^16.13.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist",
"README.md"
Expand Down

0 comments on commit aa9c2e3

Please sign in to comment.