Skip to content

Commit 3e4ab86

Browse files
fix: Peer dependencies error (open-feature#77)
* 0.0.1 is not released yet Signed-off-by: Thomas Poignant <[email protected]> * bump to version 0.1.0 Signed-off-by: Thomas Poignant <[email protected]>
1 parent 656a0dd commit 3e4ab86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/providers/go-feature-flag/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.1.2",
44
"type": "commonjs",
55
"peerDependencies": {
6-
"@openfeature/nodejs-sdk": "^0.0.1"
6+
"@openfeature/nodejs-sdk": "^0.1.9"
77
},
88
"scripts": {
99
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
1010
"current-version": "echo $npm_package_version"
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)