Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 11, 2024
1 parent b27ade9 commit e477f64
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "milliparsec",
"version": "3.0.0",
"version": "4.0.0",
"description": "tiniest body parser in the universe",
"repository": "https://github.com/talentlessguy/parsec.git",
"author": "talentlessguy <[email protected]>",
"license": "MIT",
"types": "./dist/index.d.ts",
"type": "module",
"keywords": ["body-parser", "express", "http", "body-parsing"],
"keywords": [
"body-parser",
"express",
"http",
"body-parsing"
],
"engines": {
"node": ">=20"
},
Expand All @@ -21,7 +26,9 @@
"typescript": "^5.5.3",
"uvu": "^0.5.6"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "uvu -r tsm",
"test:coverage": "c8 --include=src pnpm test",
Expand Down

0 comments on commit e477f64

Please sign in to comment.