Skip to content

Commit d4b188d

Browse files
authored
fix: Add repository to package.json for provenance. (#43)
1 parent a6d00f3 commit d4b188d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "LaunchDarkly OpenFeature provider for node.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7+
"homepage": "https://github.com/launchdarkly/openfeature-node-server",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/launchdarkly/openfeature-node-server.git"
11+
},
712
"scripts": {
813
"clean": "tsc --build --clean",
914
"build": "tsc --build",

0 commit comments

Comments
 (0)