diff --git a/.npmignore b/.npmignore deleted file mode 100644 index d875365..0000000 --- a/.npmignore +++ /dev/null @@ -1,44 +0,0 @@ -# Editors and IDEs - -/*.code-workspace -/.vscode - -# Git - -/.gitattributes -/.github -/.gitignore - -# Documentation - -/docs - -# Source - -/rust -/scripts -/src - -# NPM - -/.pnpm-store -/node_modules -/pnpm-lock.yaml - -# Configs - -/.eslintrc.js -/.lintstagedrc -/.prettierignore -/.prettierrc -/tsconfigs -/tsconfig.json - -# Test - -/coverage - -# Misc - -/.husky -/.eslintcache diff --git a/package.json b/package.json index ffce8a6..491c2b3 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,11 @@ "optional": true } }, + "files": [ + "CHANGELOG.md", + "lib", + "lib-commonjs" + ], "keywords": [ "rust", "rustlike",