Skip to content

Commit

Permalink
fix: Remove bundled dependency from package.json. (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Dec 12, 2024
1 parent b91787d commit 0fb5375
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/sdk/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@cloudflare/workers-types": "^4.20230321.0",
"@launchdarkly/js-server-sdk-common-edge": "2.5.2",
"crypto-js": "^4.1.1"
},
"devDependencies": {
"@launchdarkly/js-server-sdk-common-edge": "2.5.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
Expand Down Expand Up @@ -76,8 +76,5 @@
"ts-jest": "^29.1.0",
"typedoc": "0.25.0",
"typescript": "5.1.6"
},
"bundledDependencies": [
"@launchdarkly/js-server-sdk-common-edge"
]
}
}

0 comments on commit 0fb5375

Please sign in to comment.