diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 4950ae6..0000000 --- a/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -example -src -package-lock.json -tsconfig.json -.prettierrc \ No newline at end of file diff --git a/package.json b/package.json index 3007acf..2e5487a 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "url": "git+https://github.com/smnhgn/vite-plugin-package-version.git" }, "main": "dist/index.js", + "files": [ + "dist" + ], "scripts": { "clean": "rm -rf dist", "build": "npm run clean && tsup src/index.ts --dts",