Skip to content

Commit 8be71af

Browse files
author
Thomas Heck
committed
chore: unignore dist files for npm
1 parent fd2863a commit 8be71af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*
22
!dist/klaro.js
3+
!dist/**/*

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"src/**/*.ts",
5858
"src/**/*.jsx",
5959
"src/**/*.tsx",
60-
"src/**/*.yml"
60+
"src/**/*.yml",
61+
"dist/**/*"
6162
],
6263
"homepage": "https://klaro.kiprotect.com/",
6364
"keywords": [
@@ -83,4 +84,4 @@
8384
"make-watch": "cross-env APP_ENV=dev webpack --mode development --watch --config webpack.config.js"
8485
},
8586
"version": "0.7.22"
86-
}
87+
}

0 commit comments

Comments
 (0)