Skip to content

Commit c27bebc

Browse files
author
Derotino Fraga da Silveira Junior
committed
Change eslint to devDependencies
1 parent 0694a5d commit c27bebc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,14 @@
6464
"tslint": "4.5.1",
6565
"typescript": "2.2.1",
6666
"uglify-js": "2.8.5",
67-
"watchify": "3.9.0"
67+
"watchify": "3.9.0",
68+
"eslint": "3.16.1",
69+
"eslint-plugin-compat": "1.0.2"
6870
},
6971
"config": {
7072
"commitizen": {
7173
"path": "cz-conventional-changelog"
7274
}
7375
},
74-
"dependencies": {
75-
"eslint": "3.16.1",
76-
"eslint-plugin-compat": "1.0.2"
77-
}
78-
}
76+
"dependencies": {}
77+
}

0 commit comments

Comments
 (0)