We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68281a8 commit 90bfc38Copy full SHA for 90bfc38
1 file changed
package.json
@@ -34,6 +34,10 @@
34
"svelte": "./dist/index.js"
35
}
36
},
37
+ "publishConfig": {
38
+ "access": "public",
39
+ "provenance": true
40
+ },
41
"scripts": {
42
"dev": "vite dev",
43
"build": "vite build && npm run prepack",
@@ -72,9 +76,5 @@
72
76
"peerDependencies": {
73
77
"@sveltejs/kit": "^2.0.0",
74
78
"svelte": "^5.0.0"
75
- },
- "publishConfig": {
- "provenance": true,
- "access": "public"
79
80
0 commit comments