Skip to content

Commit

Permalink
chore: Update dependenceis
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Dec 14, 2017
1 parent 8dfc264 commit a11f1a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "eslint-config-webpack",
"version": "1.2.5",
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
"license": "MIT",
"description": "Provides Webpacks's .eslintrc as an extensible shared config",
"main": "index.js",
"files": [
Expand All @@ -15,16 +17,16 @@
"dependencies": {},
"devDependencies": {
"editorconfig-tools": "^0.1.1",
"eslint": "^3.13.0",
"eslint-find-rules": "^1.14.3",
"eslint-plugin-import": "^2.3.0",
"standard-version": "^4.0.0"
"eslint": "^4.13.1",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-import": "^2.8.0",
"standard-version": "^4.2.0"
},
"peerDependencies": {
"eslint": "^3.13.0 || >=4.0.0"
},
"engines": {
"node": ">= 4"
"node": ">= 6.9.0 || >= 8.9.0"
},
"repository": {
"type": "git",
Expand All @@ -37,8 +39,6 @@
"webpack",
"javascirpt"
],
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack-contrib/eslint-config-webpack/issues"
},
Expand Down

0 comments on commit a11f1a8

Please sign in to comment.