Ver código fonte

feat: add npmignore

Sven 1 ano atrás
pai
commit
1d0292535f
2 arquivos alterados com 8 adições e 1 exclusões
  1. 7 0
      .npmignore
  2. 1 1
      package.json

+ 7 - 0
.npmignore

@@ -0,0 +1,7 @@
+.changeset/
+.github/
+lib/
+.eslintrc.cjs
+.gitignore
+.npmignore
+tsconfig.json

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "version": "0.0.1",
-  "description": "Various utilities for userscripts",
+  "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, modify the DOM more easily and more ",
   "main": "dist/index.js",
   "module": "dist/index.mjs",
   "types": "dist/index.d.ts",