Skip to content

Commit

Permalink
fix: fix npm package not includes built files
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed May 21, 2022
1 parent 1e93608 commit da701ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"types": "./dist/index.d.ts",
"module": "./dist/mkcert.es.js",
"main": "./dist/mkcert.cjs.js",
"files": [
"plugin",
"dist"
],
"exports": {
".": {
"import": "./dist/mkcert.es.js",
Expand Down Expand Up @@ -59,4 +63,4 @@
"semantic-release": "^19.0.2",
"typescript": "latest"
}
}
}

0 comments on commit da701ee

Please sign in to comment.