Skip to content

Commit d5c1a69

Browse files
update npm dependencies
1 parent b0d1100 commit d5c1a69

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

package.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,16 @@
2626
},
2727
"homepage": "https://chieffancypants.github.io/angular-loading-bar",
2828
"devDependencies": {
29-
"karma-script-launcher": "~0.1.0",
30-
"karma-chrome-launcher": "~0.1.0",
31-
"karma-firefox-launcher": "~0.1.0",
32-
"karma-html2js-preprocessor": "~0.1.0",
33-
"karma-jasmine": "~0.1.3",
34-
"karma-coffee-preprocessor": "~0.1.0",
35-
"karma-phantomjs-launcher": "~0.1.0",
36-
"karma": "~0.10.2",
37-
"karma-coverage": "~0.1.0",
29+
"karma-jasmine": "^0.1.3",
30+
"karma-coffee-preprocessor": "^0.2.0",
31+
"karma-phantomjs-launcher": "^0.1.0",
32+
"karma": "~0.12.0",
33+
"karma-coverage": "^0.1.0",
3834
"grunt": "~0.4.1",
3935
"grunt-contrib-jshint": "~0.6.4",
40-
"grunt-contrib-uglify": "~0.2.4",
41-
"grunt-contrib-cssmin": "~0.6.1",
42-
"grunt-karma": "~0.6.2",
43-
"grunt-contrib-concat": "~0.3.0"
36+
"grunt-contrib-uglify": "^0.9.1",
37+
"grunt-contrib-cssmin": "~0.12.0",
38+
"grunt-karma": "~0.11.0",
39+
"grunt-contrib-concat": "^0.5.0"
4440
}
4541
}

0 commit comments

Comments
 (0)