Heroku is readonly, cannot support running post update operations

This commit is contained in:
Will Rossiter 2014-11-18 19:18:13 +13:00
parent 9549d6da17
commit 5d4f8ee08e
1 changed files with 1 additions and 6 deletions

View File

@ -24,11 +24,6 @@
},
"minimum-stability": "dev",
"scripts": {
"post-update-cmd": [
"./bin/update.sh"
],
"post-install-cmd": [
"./bin/update.sh"
]
}
}