Skip to content

Commit 58ff26f

Browse files
move jslint to devDependencies
1 parent 330fa03 commit 58ff26f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"concept insights",
2929
"tradeoff analytics",
3030
"tone analyzer",
31+
"retrieve and rank",
3132
"natural language classifier",
3233
"dialog",
3334
"tone_analyzer",
@@ -61,6 +62,7 @@
6162
"coveralls": "~2.11.2",
6263
"istanbul": "~0.3.15",
6364
"nock": "~2.10.0",
65+
"jshint": "~2.8.0",
6466
"qs": "~4.0.0"
6567
},
6668
"dependencies": {
@@ -69,7 +71,6 @@
6971
"csv-stringify": "~0.0.8",
7072
"extend": "~3.0.0",
7173
"isstream": "~0.1.2",
72-
"jshint": "^2.8.0",
7374
"object.omit": "~2.0.0",
7475
"object.pick": "~1.1.1",
7576
"request": "~2.61.0",

0 commit comments

Comments
 (0)