diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index b4cee627e..03fb510de 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "archiver": "~0.4.10", "grunt": "~0.4.1", - "grunt-bower-task": "~0.3.2", + "grunt-bowercopy": "~0.4.1", "grunt-cli": "~0.1.11", "grunt-compare-size": "~0.4.0", "grunt-contrib-jshint": "~0.7.0", @@ -48,9 +48,6 @@ }, "scripts": { "build": "npm install && grunt", - - "install": "grunt bower", - "start": "grunt watch", "test": "grunt" } |