From 48a4c65ddcd0e2a685de28f3f5b0f59326f5c358 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 9 Dec 2014 21:18:27 -0800 Subject: [PATCH] chore(package.json): update dependencies and build script --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9226727..afd148e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "devDependencies": { "angular-mocks": "^1.3.6", "gulp-zip": "^2.0.2", + "karma-bro": "^0.6.0", "karma-chrome-launcher": "^0.1.4", + "karma-sauce-launcher": "^0.2.9", "karma-jasmine": "^0.1.5" }, "dependencies": { @@ -14,13 +16,11 @@ "angular-hint": "~0.0.0", "browserify": "^5.9.1", "gulp": "^3.8.7", - "karma-bro": "^0.6.0", - "karma-sauce-launcher": "^0.2.9", "vinyl-source-stream": "^0.1.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "browserify hint.js -o hint.bundle.js" + "build": "gulp" }, "repository": { "type": "git",