Skip to content

Commit b375e4e

Browse files
authored
fill out metadata (#92)
* fill out metadata * add changeset
1 parent d1ed596 commit b375e4e

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.changeset/ninety-bottles-relax.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@flags-sdk/launchdarkly': patch
3+
---
4+
5+
add metadata to package.json

packages/adapter-launchdarkly/package.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
{
22
"name": "@flags-sdk/launchdarkly",
33
"version": "0.2.1",
4-
"description": "",
5-
"keywords": [],
4+
"description": "LaunchDarkly provider for the Flags SDK",
5+
"keywords": [
6+
"flags-sdk",
7+
"launchdarkly",
8+
"vercel",
9+
"edge config",
10+
"feature flags",
11+
"flags"
12+
],
13+
"homepage": "https://flags-sdk.dev",
14+
"bugs": {
15+
"url": "https://github.com/vercel/flags/issues"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/vercel/flags.git"
20+
},
621
"license": "MIT",
722
"author": "",
823
"sideEffects": false,

packages/adapter-statsig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"experimentation",
1313
"ab testing"
1414
],
15-
"homepage": "https://flags-sdk.dev/docs",
15+
"homepage": "https://flags-sdk.dev",
1616
"bugs": {
1717
"url": "https://github.com/vercel/flags/issues"
1818
},

0 commit comments

Comments
 (0)