Skip to content

Commit d915030

Browse files
committed
trying to setup coveralls
1 parent 8a7bbd7 commit d915030

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,22 @@
2525
},
2626
"homepage": "http://troolee.github.io/gridstack.js/",
2727
"devDependencies": {
28+
"coveralls": "^2.11.6",
2829
"grunt": "^0.4.5",
2930
"grunt-contrib-copy": "^0.8.2",
3031
"grunt-contrib-cssmin": "^0.14.0",
3132
"grunt-contrib-jshint": "^1.0.0",
3233
"grunt-contrib-uglify": "^0.10.1",
34+
"grunt-contrib-watch": "^0.6.1",
3335
"grunt-doctoc": "^0.1.1",
36+
"grunt-jscs": "^2.7.0",
3437
"grunt-sass": "^1.1.0",
3538
"jasmine-core": "^2.4.1",
3639
"karma": "^0.13.21",
3740
"karma-coverage": "^0.5.3",
3841
"karma-jasmine": "^0.3.7",
3942
"karma-phantomjs-launcher": "^1.0.0",
4043
"phantomjs": "^2.1.3",
41-
"phantomjs-prebuilt": "^2.1.4",
42-
"grunt-contrib-watch": "^0.6.1",
43-
"grunt-jscs": "^2.7.0"
44+
"phantomjs-prebuilt": "^2.1.4"
4445
}
4546
}

0 commit comments

Comments
 (0)