Skip to content

Commit b2784f5

Browse files
committed
fix(angular): add license and url field to package.json
Signed-off-by: Lukas Reining <[email protected]>
1 parent 1476199 commit b2784f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"type": "git",
77
"url": "git+https://github.com/open-feature/js-sdk.git"
88
},
9+
"license": "Apache-2.0",
10+
"bugs": {
11+
"url": "https://github.com/open-feature/js-sdk/issues"
12+
},
13+
"homepage": "https://github.com/open-feature/js-sdk#readme",
914
"scripts": {
1015
"current-published-version": "npm show $npm_package_name@$npm_package_version version",
1116
"current-version": "echo $npm_package_version",

0 commit comments

Comments
 (0)