Skip to content

Commit

Permalink
fix(deps): Explicit libnpmaccess ^3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Feb 4, 2019
1 parent 44d05bf commit 6ba3d1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions commands/publish/__tests__/verify-npm-package-access.test.js
@@ -1,8 +1,8 @@
"use strict";

jest.mock("libnpm/access");
jest.mock("libnpmaccess");

const access = require("libnpm/access");
const access = require("libnpmaccess");
const { getPackages } = require("@lerna/project");
const loggingOutput = require("@lerna-test/logging-output");
const initFixture = require("@lerna-test/init-fixture")(__dirname);
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/lib/verify-npm-package-access.js
@@ -1,6 +1,6 @@
"use strict";

const access = require("libnpm/access");
const access = require("libnpmaccess");
const pulseTillDone = require("@lerna/pulse-till-done");
const ValidationError = require("@lerna/validation-error");
const FetchConfig = require("./fetch-config");
Expand Down
1 change: 1 addition & 0 deletions commands/publish/package.json
Expand Up @@ -54,6 +54,7 @@
"figgy-pudding": "^3.5.1",
"fs-extra": "^7.0.0",
"libnpm": "^2.0.1",
"libnpmaccess": "^3.0.1",
"npm-package-arg": "^6.1.0",
"npm-registry-fetch": "^3.9.0",
"p-finally": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

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

0 comments on commit 6ba3d1d

Please sign in to comment.