Skip to content

Commit

Permalink
fix: remove eslint from production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 28, 2019
2 parents eab89a3 + 3047093 commit 1f29c2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"dependencies": {
"bluebird": "^3.5.5",
"deadlink": "^1.1.3",
"eslint": "^6.0.1",
"filesize": "^4.1.2",
"get-urls": "^9.1.0",
"gitinfo": "^2.4.0",
Expand All @@ -33,8 +32,8 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.5",
"eslint": "^6.0.1",
"eslint-config-canonical": "^17.1.4",
"eslint": "~6.0.1",
"eslint-config-canonical": "~17.1.4",
"husky": "^3.0.0",
"mocha": "^6.1.4",
"nock": "^10.0.6",
Expand Down

0 comments on commit 1f29c2b

Please sign in to comment.