Skip to content

Commit 109386e

Browse files
added codeclimate support
1 parent 6196081 commit 109386e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.1.1",
44
"description": "gn (graphs and networks) algorithm / adt templates for JavaScript",
55
"main": "js/dist/gn.js",
6-
"dependencies": {
7-
},
6+
"dependencies": {},
87
"devDependencies": {
98
"qunit": "git://github.com/gotwarlost/node-qunit.git#istanbul-coverage",
109
"coveralls": "^2.10.0",
1110
"optimist": "^0.6.1",
1211
"algo": "^0.1.1",
1312
"uglify-js": "^2.4.13",
1413
"recquire": "^0.1.0",
15-
"recbuild": "^0.0.3"
14+
"recbuild": "^0.0.3",
15+
"codeclimate-test-reporter": "0.0.3"
1616
},
1717
"scripts": {
1818
"build": "node js/build.js",

0 commit comments

Comments
 (0)