Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 20, 2023
1 parent 13e4557 commit 90c2976
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"type": "module",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"files": [
"dist/*",
"LICENSE",
Expand Down Expand Up @@ -62,6 +63,12 @@
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"semantic-release": ">=20.1.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 90c2976

Please sign in to comment.