Move dependency downloading into a post-install script.

Former-commit-id: c85d930fe4be787d6583015aa79d922d8909367e
This commit is contained in:
Kit Cambridge
2012-10-17 22:08:14 -07:00
parent be5789cd56
commit 4b59ef802e
2 changed files with 10 additions and 83 deletions

View File

@@ -50,6 +50,7 @@
},
"scripts": {
"build": "node build",
"test": "node test/test && node test/test-build"
"test": "node test/test && node test/test-build",
"install": "node build/post-install"
}
}