File tree 3 files changed +23
-3
lines changed
3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @flags-sdk/launchdarkly ' : patch
3
+ ---
4
+
5
+ add metadata to package.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flags-sdk/launchdarkly" ,
3
3
"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
+ },
6
21
"license" : " MIT" ,
7
22
"author" : " " ,
8
23
"sideEffects" : false ,
Original file line number Diff line number Diff line change 12
12
" experimentation" ,
13
13
" ab testing"
14
14
],
15
- "homepage" : " https://flags-sdk.dev/docs " ,
15
+ "homepage" : " https://flags-sdk.dev" ,
16
16
"bugs" : {
17
17
"url" : " https://github.com/vercel/flags/issues"
18
18
},
You can’t perform that action at this time.
0 commit comments