We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f15ed commit 13e6e3bCopy full SHA for 13e6e3b
2 files changed
.npmignore
@@ -1,22 +1,16 @@
1
-.github
2
-.husky
3
-.idea
4
-coverage
5
-node_modules
6
-src
7
-tests
8
-
9
-.commitlintrc.json
10
-.gitignore
11
-.npmrc
12
-.versionrc.json
13
-codecov.yml
14
-docker-compose.yml
15
-eslint.config.mjs
16
-tsconfig.json
17
-vite.config.basic.ts
18
-vite.config.ts
19
-vitest.config.ts
20
-yarn.lock
21
22
-Makefile
+# Publish only runtime artifacts and end-user docs.
+*
+!package.json
+!README.md
+!CHANGELOG.md
+!logo.png
+!dist/
+!dist/**
+!types/
+!types/**
+!docs/
+!docs/**
+!LICENSE
+!LICENSE.*
+!LICENCE
+!LICENCE.*
package.json
@@ -93,6 +93,14 @@
93
"publishConfig": {
94
"access": "public"
95
},
96
+ "files": [
97
+ "dist",
98
+ "types",
99
+ "docs",
100
+ "README.md",
101
+ "CHANGELOG.md",
102
+ "logo.png"
103
+ ],
104
"keywords": [
105
"validate",
106
"validator",
0 commit comments