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

Commit

Permalink
chore: add private: true in package.json (#225)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PascalHonegger authored Mar 6, 2021
1 parent 5de3d08 commit 8b23b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down

0 comments on commit 8b23b3f

Please sign in to comment.