Skip to content

Commit e7e4544

Browse files
authored
Merge pull request #3 from silveirado/master
Change eslint to devDependencies
2 parents a253760 + 08f20da commit e7e4544

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)