Skip to content

Commit 35f000e

Browse files
chore(angular): add repository to package.json (#1093)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - adds this new feature ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> Fixes #1234523 ### Notes <!-- any additional notes for this PR --> ### Follow-up Tasks <!-- anything that is related to this PR but not done here should be noted under this section --> <!-- if there is a need for a new issue, please link it here --> ### How to test <!-- if applicable, add testing instructions under this section --> Signed-off-by: Lukas Reining <[email protected]>
1 parent d521f2d commit 35f000e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/angular/projects/angular-sdk/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@openfeature/angular-sdk",
33
"version": "0.0.8-experimental",
44
"description": "OpenFeature Angular SDK",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/open-feature/js-sdk.git"
8+
},
59
"scripts": {
610
"current-published-version": "npm show $npm_package_name@$npm_package_version version",
711
"current-version": "echo $npm_package_version",

0 commit comments

Comments
 (0)