Skip to content

Commit bf2eaa9

Browse files
committed
chore: put flipt-client-js as peer dep
Signed-off-by: Mark Phelps <[email protected]>
1 parent 0355df0 commit bf2eaa9

File tree

5 files changed

+169
-569
lines changed

5 files changed

+169
-569
lines changed

libs/providers/flipt-web/package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/flipt-web/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99
"current-version": "echo $npm_package_version"
1010
},
1111
"peerDependencies": {
12-
"@openfeature/web-sdk": "^1.0.0"
12+
"@openfeature/web-sdk": "^1.0.0",
13+
"@flipt-io/flipt-client-js": "^0.0.1"
1314
},
1415
"devDependencies": {
1516
"undici": "^6.13.0"
16-
},
17-
"dependencies": {
18-
"@flipt-io/flipt-client-js": "^0.0.1",
19-
"undici": "^5.0.0"
2017
}
2118
}

libs/providers/flipt-web/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@
1919
},
2020
"lint": {
2121
"executor": "@nx/eslint:lint",
22-
"outputs": ["{options.outputFile}"],
23-
"options": {
24-
"lintFilePatterns": ["libs/providers/flipt-web/**/*.ts"],
25-
"depCheck": {
26-
"ignorePatterns": ["@flipt-io/flipt-client-js/browser"]
27-
}
28-
}
22+
"outputs": ["{options.outputFile}"]
2923
},
3024
"test": {
3125
"executor": "@nx/jest:jest",

0 commit comments

Comments
 (0)