diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..84f3eb6 --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +* +!dist/** +!package.json +!README.md +!LICENSE \ No newline at end of file diff --git a/package.json b/package.json index fc92c58..ae8cd94 100644 --- a/package.json +++ b/package.json @@ -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",