We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3747ddb commit 8ce6d34Copy full SHA for 8ce6d34
.npmignore
@@ -30,6 +30,10 @@ Thumbs.db
30
.github/
31
.gitlab-ci.yml
32
33
+# Source maps (not needed in published package)
34
+**/*.js.map
35
+**/*.d.ts.map
36
+
37
# Examples (optional, uncomment if you have examples you don't want to publish)
38
# examples/
39
# docs/
package.json
@@ -5,7 +5,8 @@
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"files": [
8
- "dist/**/*"
+ "dist/**/*.js",
9
+ "dist/**/*.d.ts"
10
],
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments