Skip to content

Commit

Permalink
updating version and testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 3, 2024
1 parent 1cbf075 commit 6daa2ea
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "hookified",
"version": "0.5.0",
"version": "0.5.1",
"description": "Event and Middleware Hooks",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=20"
},
"scripts": {
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest run --coverage",
Expand Down Expand Up @@ -57,5 +61,9 @@
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"xo": "^0.59.3"
}
},
"files": [
"dist",
"LICENSE"
]
}

0 comments on commit 6daa2ea

Please sign in to comment.