We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707b5ef commit c66340aCopy full SHA for c66340a
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "@eelkevdbos/elysia-basic-auth",
3
- "version": "1.0.2",
+ "version": "1.1.0",
4
"description": "Basic auth for Elysia.js",
5
+ "repository": "https://github.com/eelkevdbos/elysia-basic-auth",
6
"author": {
7
"name": "eelkevdbos",
8
"url": "https://github.com/eelkevdbos",
9
"email": "eelke@vandenbos.dev"
10
},
11
"scripts": {
- "build": "rm -rf dist && tsc --project tsconfig.esm.json",
12
- "example": "bun run --watch example/index.ts"
+ "build": "rm -rf dist && tsc --project tsconfig.esm.json"
13
14
"exports": {
15
"require": "./dist/index.js",
0 commit comments