Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add
private: true
in package.json (sveltejs#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.
- Loading branch information