Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 954b6ec

Browse files
committed
Upgrade our npm devDependencies, require node >= 0.10.0
1 parent 50fba39 commit 954b6ec

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ charset = utf-8
1616
trim_trailing_whitespace = true
1717
insert_final_newline = true
1818

19+
[{package.json,bower.json}]
20+
indent_style=space
21+
indent_size=2
22+
1923
[*.md]
2024
trim_trailing_whitespace = false

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"devDependencies": {
1010
"matchdep": "~0.3.0",
1111
"grunt": "~0.4.1",
12-
"grunt-contrib-uglify": "~0.3.0",
13-
"grunt-contrib-jshint": "~0.8.0",
14-
"grunt-karma": "~0.7.2",
15-
"karma": "~0.11.10",
12+
"grunt-contrib-uglify": "~0.4.0",
13+
"grunt-contrib-jshint": "~0.9.2",
14+
"grunt-karma": "~0.8.2",
15+
"karma": "~0.12.0",
1616
"karma-coverage": "~0.2.0",
1717
"karma-jasmine": "~0.2.1",
1818
"karma-phantomjs-launcher": "~0.1.1",
19-
"coveralls": "~2.7.1"
19+
"coveralls": "~2.8.0"
2020
},
2121
"engines": {
22-
"node": ">=0.8.0"
22+
"node": ">=0.10.0"
2323
},
2424
"scripts": {
2525
"test": "grunt test"

0 commit comments

Comments
 (0)