Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivodolenc committed Jan 14, 2024
1 parent fe59706 commit 076c123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypernym/bundler",
"version": "0.6.3",
"version": "0.7.0",
"author": "Hypernym Studio",
"description": "ESM & TS module bundler.",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +43,10 @@
"format": "prettier --config .config/prettier.config.js --write .",
"prepublishOnly": "npm run build"
},
"sideEffects": false,
"engines": {
"node": ">=v18.0.0"
},
"peerDependencies": {
"@types/node": ">=20.0.0",
"typescript": ">=5.0.0"
Expand Down Expand Up @@ -77,8 +81,5 @@
"prettier": "^3.2.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=v18.0.0"
}
}

0 comments on commit 076c123

Please sign in to comment.