Skip to content

Commit 2efc275

Browse files
Move to pinned version of np until 6.x release fixes integration with 2fa
1 parent 388cace commit 2efc275

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"codecov": "3.6.5",
5454
"husky": "4.2.5",
5555
"lint-staged": "10.1.3",
56-
"np": "6.2.1",
56+
"np": "https://github.com/pixelastic/np/tarball/c3ab2e3b053c7da0ce40a572ca1616273ac080f8",
5757
"npm-run-all": "4.1.5",
5858
"prettier": "2.0.4",
5959
"rimraf": "3.0.2",

yarn.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,10 +2890,9 @@ normalize-url@^4.1.0:
28902890
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
28912891
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
28922892

2893-
np@6.2.1:
2894-
version "6.2.1"
2895-
resolved "https://registry.yarnpkg.com/np/-/np-6.2.1.tgz#b22fcb53708b213056465a86c48197395d84d836"
2896-
integrity sha512-CPItYaucRGV+29d+AXoZVg9oMWzCND7xlPVhxpMcbk7KJZCGnDAaTbf/6E/0c5L4zXw1oS2ccrbEDpTSUPGlyQ==
2893+
"np@https://github.com/pixelastic/np/tarball/c3ab2e3b053c7da0ce40a572ca1616273ac080f8":
2894+
version "6.2.0"
2895+
resolved "https://github.com/pixelastic/np/tarball/c3ab2e3b053c7da0ce40a572ca1616273ac080f8#63d44412d1a1c74e883336536d66d47bb7f39716"
28972896
dependencies:
28982897
"@samverschueren/stream-to-observable" "^0.3.0"
28992898
any-observable "^0.5.0"

0 commit comments

Comments
 (0)