Skip to content

Commit f54bc6c

Browse files
committed
[Fix] NPM
1 parent 216d8f4 commit f54bc6c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**/*
22
!/dist/**/*
3+
!/build/**/*
34
!*.md
45
!package*.json

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Svelte server-side-rendering built with SEO in mind. Start your project with this friendly svelte kit boilerplate",
55
"version": "1.0.20210407",
66
"main": "build/index.js",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"author": "Patryk Rzucidło [@ptkdev] <[email protected]> (https://ptk.dev)",
811
"license": "MIT",
912
"license-docs": "CC BY 4.0",

0 commit comments

Comments
 (0)