Skip to content

Commit

Permalink
fix(package.json): move eslint to devDependencies (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk authored and tomchentw committed Nov 27, 2017
1 parent e2a22a7 commit bab1481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"dependencies": {
"babel-runtime": "^6.11.6",
"can-use-dom": "^0.1.0",
"eslint": "^4.11.0",
"google-maps-infobox": "^2.0.0",
"invariant": "^2.2.1",
"lodash": "^4.16.2",
Expand Down Expand Up @@ -133,6 +132,7 @@
"cheerio": "^1.0.0-rc.2",
"cross-env": "^5.1.1",
"dtslint": "github:Microsoft/dtslint#production",
"eslint": "^4.11.0",
"glob": "^7.1.2",
"husky": "^0.14.3",
"isomorphic-fetch": "^2.2.1",
Expand Down

0 comments on commit bab1481

Please sign in to comment.