Skip to content

Commit acd7fbb

Browse files
authored
chore(svelte): Remove private field from package.json (#5554)
Removes the `"private": "true"` field from the Svelte SDK's package.json to get it ready for the first public alpha release
1 parent 018ff6a commit acd7fbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"main": "build/cjs/index.js",
1313
"module": "build/esm/index.js",
1414
"types": "build/types/index.d.ts",
15-
"private": "true",
1615
"publishConfig": {
1716
"access": "public"
1817
},

0 commit comments

Comments
 (0)