Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 12, 2024
1 parent f232800 commit 76b709e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/cors",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "CORS middleware for modern Node.js ",
"homepage": "https://github.com/tinyhttp/cors#readme",
Expand All @@ -13,10 +13,18 @@
},
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"keywords": ["tinyhttp", "node.js", "web framework", "web", "backend"],
"keywords": [
"tinyhttp",
"node.js",
"web framework",
"web",
"backend"
],
"author": "v1rtl",
"license": "MIT",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "tsx --test src/*.test.ts",
Expand Down

0 comments on commit 76b709e

Please sign in to comment.