Skip to content

Commit

Permalink
fix: use relative path for file: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stockman authored and evocateur committed Apr 7, 2017
1 parent f81a940 commit 634d16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/lerna-bootstrap.test.js
Expand Up @@ -52,7 +52,7 @@ describe("lerna bootstrap", () => {
test: "lerna run test",
},
devDependencies: {
lerna: "file:lerna-latest.tgz",
lerna: "file:./lerna-latest.tgz",
}
}))
.then(() => installInDir(cwd))
Expand Down

0 comments on commit 634d16d

Please sign in to comment.