Skip to content

Commit c66340a

Browse files
committed
Bump version (+package.json cleanup)
1 parent 707b5ef commit c66340a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@eelkevdbos/elysia-basic-auth",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Basic auth for Elysia.js",
5+
"repository": "https://github.com/eelkevdbos/elysia-basic-auth",
56
"author": {
67
"name": "eelkevdbos",
78
"url": "https://github.com/eelkevdbos",
89
"email": "eelke@vandenbos.dev"
910
},
1011
"scripts": {
11-
"build": "rm -rf dist && tsc --project tsconfig.esm.json",
12-
"example": "bun run --watch example/index.ts"
12+
"build": "rm -rf dist && tsc --project tsconfig.esm.json"
1313
},
1414
"exports": {
1515
"require": "./dist/index.js",

0 commit comments

Comments
 (0)