Skip to content

Commit

Permalink
Relax the peerDependency on ffe-core
Browse files Browse the repository at this point in the history
  • Loading branch information
torbein committed May 19, 2016
1 parent cdc6b14 commit 7386d4a
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.0.2
* peerDependency on `ffe-core` relaxed to `^6.0.0`

## v.1.0.1
* peerDependency on `ffe-core` relaxed to `^5.0.0`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-spinner-react",
"version": "1.0.1",
"version": "1.0.2",
"author": "Sparebank 1",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"nsp": "^2.2.0"
},
"peerDependencies": {
"ffe-core": "^5.0.0"
"ffe-core": "^6.0.0"
},
"publishConfig": {
"registry": "***REMOVED***"
Expand Down

0 comments on commit 7386d4a

Please sign in to comment.