Skip to content

Commit

Permalink
chore: unignore dist files for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heck committed Jun 10, 2024
1 parent fd2863a commit 8be71af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*
!dist/klaro.js
!dist/**/*
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"src/**/*.ts",
"src/**/*.jsx",
"src/**/*.tsx",
"src/**/*.yml"
"src/**/*.yml",
"dist/**/*"
],
"homepage": "https://klaro.kiprotect.com/",
"keywords": [
Expand All @@ -83,4 +84,4 @@
"make-watch": "cross-env APP_ENV=dev webpack --mode development --watch --config webpack.config.js"
},
"version": "0.7.22"
}
}

0 comments on commit 8be71af

Please sign in to comment.