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": {
"start": "node app.js",
"test": "mocha",
"prepublish": "node seed_data/seed.js"
"postinstall": "node seed_data/seed.js"
},
"dependencies": {
"async": "^0.9.0",