We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a47745 commit 073c1fdCopy full SHA for 073c1fd
fluent-sequence/CHANGELOG.md
@@ -5,6 +5,11 @@
5
- Rename `mapContextSync` to `mapBundleSync`.
6
- Rename `mapContextAsync` to `mapBundleAsync`.
7
8
+ - Declare `fluent` as peer dependency.
9
+
10
+ `fluent-sequence` works well with any `fluent` version of `0.4.0` or
11
+ above.
12
13
## fluent-sequence 0.1.0 (August 17, 2018)
14
15
The initial release based on `fluent` 0.7.0.
fluent-sequence/package.json
@@ -33,5 +33,8 @@
33
},
34
"devDependencies": {
35
"cached-iterable": "^0.2.1"
36
+ },
37
+ "peerDependencies": {
38
+ "fluent": ">= 0.4.0"
39
}
40
0 commit comments