Skip to content

Commit

Permalink
rename skipIntegrity in skipIntegrityCheck (#3239)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxsim authored and bestander committed Apr 24, 2017
1 parent 50c5bf0 commit cd4a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function hasWrapper(flags: Object, args: Array<string>): boolean {

async function getManifests(config: Config, flags: Object): Promise<Array<Manifest>> {
const lockfile = await Lockfile.fromDirectory(config.cwd);
const install = new Install({skipIntegrity: true, ...flags}, config, new NoopReporter(), lockfile);
const install = new Install({skipIntegrityCheck: true, ...flags}, config, new NoopReporter(), lockfile);
await install.hydrate(true, true);

let manifests = install.resolver.getManifests();
Expand Down

0 comments on commit cd4a8d7

Please sign in to comment.