Skip to content

Commit d3c0c6f

Browse files
committed
chore(release): 2.1.0-4
1 parent a009168 commit d3c0c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adonisjs/cors",
3-
"version": "2.1.0-3",
3+
"version": "2.1.0-4",
44
"description": "CORS middleware for AdonisJS HTTP server",
55
"main": "build/index.js",
66
"type": "module",
@@ -106,7 +106,7 @@
106106
"extends": "@adonisjs/eslint-config/package"
107107
},
108108
"prettier": "@adonisjs/prettier-config",
109-
"tsup": {
109+
"tsup": {
110110
"entry": [
111111
"./index.ts",
112112
"./src/types.ts",

0 commit comments

Comments
 (0)