Skip to content

Commit

Permalink
Merge pull request #21 in FFE/ffe-datepicker from master_fix-peer-dep…
Browse files Browse the repository at this point in the history
…s to master

* commit 'd6f69b283862510db80d73d1d97eabd1d78c3878':
  Fix peer dep on ffe-core.
  • Loading branch information
Henrik Hermansen committed Oct 9, 2017
2 parents f24b24b + a40ac1c commit 514fc1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.2.2
* Actually support both versions 9 and 10 of `ffe-core` (fixes 4.2.1)

## 4.2.1
* Support both versions 9 and 10 of `ffe-core`

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": "ffe-datepicker",
"version": "4.2.1",
"version": "4.2.2",
"description": "FFE Datepicker",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
}
],
"devDependencies": {
"ffe-core": "^9.0.0 || ^10.0.0",
"ffe-core": "^10.0.0",
"ffe-form": "5.x - 6.x",
"ffe-visual-tests-support": "2.0.0",
"less": "^2.6.1",
Expand All @@ -38,7 +38,7 @@
"stylelint-config-ffe": "^0.2.0"
},
"peerDependencies": {
"ffe-core": "^10.0.0",
"ffe-core": "^9.0.0 || ^10.0.0",
"ffe-form": "5.x - 6.x"
},
"publishConfig": {
Expand Down

0 comments on commit 514fc1a

Please sign in to comment.