From 74a9b26ec5f4f803d098f93e713be79fa0592409 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 18 Jun 2016 08:47:18 +0200 Subject: [PATCH] fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69a28c93..4bc0b9f7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "scripts": { "start": "grunt", "test": "grunt test && grunt coveralls", - "postinstall": "bower install --config.interactive=false; grunt build;" + "postinstall": "bower install --config.interactive=false; grunt build;", "init": "node scripts/setup.js" }, "dependencies": {