We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2863a commit 8be71afCopy full SHA for 8be71af
.npmignore
@@ -1,2 +1,3 @@
1
*
2
!dist/klaro.js
3
+!dist/**/*
package.json
@@ -57,7 +57,8 @@
57
"src/**/*.ts",
58
"src/**/*.jsx",
59
"src/**/*.tsx",
60
- "src/**/*.yml"
+ "src/**/*.yml",
61
+ "dist/**/*"
62
],
63
"homepage": "https://klaro.kiprotect.com/",
64
"keywords": [
@@ -83,4 +84,4 @@
83
84
"make-watch": "cross-env APP_ENV=dev webpack --mode development --watch --config webpack.config.js"
85
},
86
"version": "0.7.22"
-}
87
+}
0 commit comments