Adding postinstall tasks

This commit is contained in:
Nathan Leniz
2015-02-06 02:01:38 -05:00
parent 6b80460556
commit a487e8c7dd

View File

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
"test": "mocha", "test": "mocha",
"prepublish": "node seed_data/seed.js" "postinstall": "node seed_data/seed.js"
}, },
"dependencies": { "dependencies": {
"async": "^0.9.0", "async": "^0.9.0",