Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions packages/sdk/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,5 @@
"ts-jest": "^29.1.0",
"typedoc": "0.25.0",
"typescript": "5.1.6"
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't do what it was intended to do, but did cause a warning on install.
Basically this dependency is bundled with rollup, but this package.json indicates that the package would contain a .tgz file with this dependency in it.

"bundledDependencies": [
"@launchdarkly/js-server-sdk-common-edge"
]
}
}
Loading