Skip to content

Commit f55cf84

Browse files
committed
node-webkit will do the right thing too.
1 parent fb82382 commit f55cf84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lifecycleScripts/install.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ return whichNativeNodish("..")
1919
asVersion = results.asVersion;
2020
})
2121
.then(function() {
22-
if (nwVersion) {
23-
console.info("[nodegit] Must build for node-webkit/nw.js");
24-
return prepareAndBuild();
25-
}
2622
if (fs.existsSync(local("../.didntcomefromthenpmregistry"))) {
2723
return prepareAndBuild();
2824
}

0 commit comments

Comments
 (0)