Skip to content

Commit 464c731

Browse files
committed
replacing the ldclient-node package with launchdarkly-node-server-sdk
1 parent f0a05e1 commit 464c731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as LaunchDarkly from 'ldclient-node';
1+
import * as LaunchDarkly from 'launchdarkly-node-server-sdk';
22

33
// TODO : Enter your LaunchDarkly SDK key here
44
const client = LaunchDarkly.init("YOUR_SDK_KEY");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"typescript": "2.4.1"
1717
},
1818
"dependencies": {
19-
"ldclient-node": "3.0.14"
19+
"launchdarkly-node-server-sdk": "5.8.1"
2020
}
2121
}

0 commit comments

Comments
 (0)