Skip to content

Commit

Permalink
Merge pull request #7 in FFE/eslint-config-ffe from master_upgrade-de…
Browse files Browse the repository at this point in the history
…ps to master

* commit 'eb52a1bb241baf564afc5d00090a5c48f96dde7c':
  Remove unneeded peerDependency eslint-plugin-import
  • Loading branch information
Stian Veum Møllersen committed Oct 18, 2016
2 parents 61ed693 + 1f9dd37 commit e5304eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v.5.0.1 (18.10.2016)
* (patch) Remove eslint-plugin-import from peerDependencies, we get that from eslint-config-ffe-base. To avoid having to maintain the version number in two places.

## v.5.0.0 (04.10.2016)
* (patch) Add eslint@3.0.0 to peerDependencies
* (patch) Update eslint-plugin-import to 1.10.1 to get updated peerDependencies
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ffe",
"version": "5.0.0",
"version": "5.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,6 @@
"license": "",
"peerDependencies": {
"eslint": "^2.0.0 || ^3.0.0",
"eslint-plugin-import": "^1.10.1",
"eslint-plugin-react": "^6.0.0"
},
"files": [
Expand Down

0 comments on commit e5304eb

Please sign in to comment.