Add a package.json for Node dependencies

It makes managing them easier.
This commit is contained in:
Oliver Hamlet
2015-12-23 15:58:53 +00:00
parent 94420398a9
commit 534d2eb11a
3 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ for (var i = 0; i < release_paths.length; ++i) {
}
}
var vulcanize = 'vulcanize';
var vulcanize = path.join(root_path, 'node_modules', '.bin', 'vulcanize');
if (os.platform() == 'win32') {
vulcanize += '.cmd';
}