Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 8b23b3f

Browse files
chore: add private: true in package.json (#225)
This settings prevents users from accidentally publishing their svelte code to an NPM registry. Almost no user will want to publish their app to NPM, and if they wish to do so they can safely set private to false.
1 parent 5de3d08 commit 8b23b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "svelte-app",
33
"version": "1.0.0",
4+
"private": true,
45
"scripts": {
56
"build": "rollup -c",
67
"dev": "rollup -c -w",

0 commit comments

Comments
 (0)