Skip to content

Commit

Permalink
fix(package.json): add publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
DawChihLiou committed Aug 28, 2020
1 parent 7ee6ef1 commit aab7ebf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
Expand Down Expand Up @@ -65,7 +69,10 @@
"typescript": "^3.7.5"
},
"files": [
"dist"
"dist",
"CHANGELOG.md",
"package.json",
"yarn.lock"
],
"config": {
"commitizen": {
Expand Down

0 comments on commit aab7ebf

Please sign in to comment.