Skip to content

Commit

Permalink
fix(resolve): revert bb8f7df
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Apr 19, 2016
1 parent d8b99d0 commit 0934e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/init/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function createDirectory (pwd) {
}

function isUnresolved (dep) {
return !dep.shrinkwrap.resolved || String(dep.shrinkwrap.resolved).indexOf('node_shrinkwrap') !== -1;
return !dep.shrinkwrap.resolved;
}

function getNpmCachePath () {
Expand Down

0 comments on commit 0934e70

Please sign in to comment.