Skip to content

Commit 073c1fd

Browse files
committed
fluent-sequence: Add fluent as peer dep
1 parent 2a47745 commit 073c1fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

fluent-sequence/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
- Rename `mapContextSync` to `mapBundleSync`.
66
- Rename `mapContextAsync` to `mapBundleAsync`.
77

8+
- Declare `fluent` as peer dependency.
9+
10+
`fluent-sequence` works well with any `fluent` version of `0.4.0` or
11+
above.
12+
813
## fluent-sequence 0.1.0 (August 17, 2018)
914

1015
The initial release based on `fluent` 0.7.0.

fluent-sequence/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"cached-iterable": "^0.2.1"
36+
},
37+
"peerDependencies": {
38+
"fluent": ">= 0.4.0"
3639
}
3740
}

0 commit comments

Comments
 (0)