remove post install just in case it causes problems

This commit is contained in:
Taylor Otwell 2016-04-27 08:01:12 -05:00
parent eee2a8b7c8
commit 76b8ef7204
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{
"private": true,
"scripts": {
"postinstall": "gulp --production",
"prod": "gulp --production",
"dev": "gulp watch"
},