Skip to content

Commit d2908b1

Browse files
authored
docs: update Fastly package.json description (#797)
**Requirements** - [ ] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Related issues** https://launchdarkly.atlassian.net/browse/DOCS-973 **Describe the solution you've provided** package.json `description` field for Fastly is incorrect, this PR updates it **Describe alternatives you've considered** n/a **Additional context** I'm not sure what, if anything, needs to happen after this update (is a patch release required for this to get picked up anywhere?)
1 parent d58827e commit d2908b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/fastly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@launchdarkly/fastly-server-sdk",
33
"version": "0.1.0",
44
"packageManager": "[email protected]",
5-
"description": "Cloudflare LaunchDarkly SDK",
5+
"description": "Fastly LaunchDarkly SDK",
66
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/fastly",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)