Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stian Møllersen committed Oct 18, 2016
1 parent e3b143d commit e2b7972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.2 (18.10.2016)
* (patch) Update peerDependency plugin-import to include v2.0.1
* (patch) Update devDependency eslint-find-rules to include v1.11.0 which includes eslint 3.0.0 as its peerDependency

## 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
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "2.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"license": "",
"peerDependencies": {
"eslint": "^2.0.0 || ^3.0.0",
"eslint-plugin-import": "^1.10.1"
"eslint-plugin-import": "^1.10.1 || ^2.0.1"
},
"files": [
"rules",
Expand All @@ -26,6 +26,6 @@
},
"devDependencies": {
"eslint": "^3.0.0",
"eslint-find-rules": "^1.9.2"
"eslint-find-rules": "^1.11.0"
}
}

0 comments on commit e2b7972

Please sign in to comment.