Skip to content

Commit

Permalink
Add eslint v3 to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stian Møllersen committed Oct 5, 2016
1 parent f2c679c commit d37321d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v.2.0.1 (04.10.2016)
* (patch) Update peerDependencies to include eslint@3.0.0
* (patch) Update eslint-plugin-import to 1.10.1 to get updated peerDependencies

## v.2.0.0 (10.08.2016)
* (breaking) Added "no-debugger"-rule
* (breaking) Removed "no-eq-null"-rule
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ffe-base",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"author": "Sparebank 1",
"license": "",
"peerDependencies": {
"eslint": "^2.9.0",
"eslint-plugin-import": "^1.6.1"
"eslint": "^2.0.0 || ^3.0.0",
"eslint-plugin-import": "^1.10.1"
},
"files": [
"rules",
Expand All @@ -25,7 +25,7 @@
"registry": "***REMOVED***"
},
"devDependencies": {
"eslint": "^2.9.0",
"eslint": "^3.0.0",
"eslint-find-rules": "^1.9.2"
}
}

0 comments on commit d37321d

Please sign in to comment.