Skip to content

Commit f5c6995

Browse files
committed
Move ld to devDependencies and rm shim-preact from build:types
1 parent c289e63 commit f5c6995

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/launchdarkly/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
"@sentry/browser": "^8.37.1",
4343
"@sentry/core": "8.37.1",
4444
"@sentry/types": "8.37.1",
45-
"@sentry/utils": "8.37.1",
45+
"@sentry/utils": "8.37.1"
46+
},
47+
"devDependencies": {
4648
"launchdarkly-js-client-sdk": "^3.5.0"
4749
},
4850
"scripts": {
@@ -52,7 +54,7 @@
5254
"build:dev": "run-p build:transpile build:types",
5355
"build:types": "run-s build:types:core build:types:downlevel",
5456
"build:types:core": "tsc -p tsconfig.types.json",
55-
"build:types:downlevel": "yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8 && yarn node ./scripts/shim-preact-export.js",
57+
"build:types:downlevel": "yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8",
5658
"build:watch": "run-p build:transpile:watch build:bundle:watch build:types:watch",
5759
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
5860
"build:transpile:watch": "yarn build:transpile --watch",

0 commit comments

Comments
 (0)