fix: Package just the dist folder
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 20s
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 20s
This commit is contained in:
5
.npmignore
Normal file
5
.npmignore
Normal file
@@ -0,0 +1,5 @@
|
||||
*
|
||||
!dist/**
|
||||
!package.json
|
||||
!README.md
|
||||
!LICENSE
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luke-else/component-lib",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"package": "svelte-package",
|
||||
@@ -15,6 +15,9 @@
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user