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 6ebe835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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/**/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
"make-watch": "cross-env APP_ENV=dev webpack --mode development --watch --config webpack.config.js"
},
"version": "0.7.22"
}
}

0 comments on commit 6ebe835

Please sign in to comment.