From b7b4913d24872a523455ead734c4f4b1505aa5d4 Mon Sep 17 00:00:00 2001 From: Eric Wheeler Date: Sat, 9 Jul 2016 14:49:06 -0700 Subject: [PATCH] package --- .idea/workspace.xml | 12 ++++++------ package.json | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) 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" + } }