Skip to content

Commit 76b709e

Browse files
committed
2.0.1
1 parent f232800 commit 76b709e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinyhttp/cors",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"type": "module",
55
"description": "CORS middleware for modern Node.js ",
66
"homepage": "https://github.com/tinyhttp/cors#readme",
@@ -13,10 +13,18 @@
1313
},
1414
"types": "./dist/index.d.ts",
1515
"exports": "./dist/index.js",
16-
"keywords": ["tinyhttp", "node.js", "web framework", "web", "backend"],
16+
"keywords": [
17+
"tinyhttp",
18+
"node.js",
19+
"web framework",
20+
"web",
21+
"backend"
22+
],
1723
"author": "v1rtl",
1824
"license": "MIT",
19-
"files": ["dist"],
25+
"files": [
26+
"dist"
27+
],
2028
"scripts": {
2129
"build": "tsc -p tsconfig.build.json",
2230
"test": "tsx --test src/*.test.ts",

0 commit comments

Comments
 (0)