Skip to content

Commit 87e1a74

Browse files
committed
fix: perf
1 parent bd273f8 commit 87e1a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"email": "opensource@escapace.com"
88
},
99
"bugs": "https://github.com/escapace/fluent/issues",
10-
"dependencies": {
11-
"@escapace/typelevel": "^2.0.2"
12-
},
1310
"devDependencies": {
1411
"@commitlint/cli": "19.6.0",
1512
"@commitlint/config-conventional": "19.6.0",
@@ -46,6 +43,9 @@
4643
"homepage": "https://github.com/escapace/fluent#readme",
4744
"license": "MPL-2.0",
4845
"module": "lib/neutral/index.js",
46+
"peerDependencies": {
47+
"@escapace/typelevel": ">=2.0.2"
48+
},
4949
"private": false,
5050
"publishConfig": {
5151
"access": "public",

0 commit comments

Comments
 (0)