diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b6afb14..59d0565 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -47,8 +47,8 @@ - - + + @@ -417,12 +417,12 @@ - + - @@ -894,8 +894,8 @@ - - + + diff --git a/package.json b/package.json index 4b09ee8..18211ad 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "less-plugin-autoprefix": "^1.5.1", "main-bower-files": "^2.13.1" }, - "postinstall": "npm install -g grunt; npm install -g bower; .heroku/node/bin/bower install; .heroku/node/bin/grunt; .heroku/node/bin/grunt copy" - + "scripts": { + "postinstall": "npm install -g grunt; npm install -g bower; .heroku/node/bin/bower install; .heroku/node/bin/grunt; .heroku/node/bin/grunt copy" + } }