@jmondi/oauth2-server
Advanced tools
Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7
{ | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.7", | ||
"name": "@jmondi/oauth2-server", | ||
@@ -57,7 +57,3 @@ "author": "Jason Raimondi <jason@raimondi.us>", | ||
}, | ||
"typings": { | ||
".": "./dist/index.d.ts", | ||
"./express": "./dist/adapters/express.d.ts", | ||
"./fastify": "./dist/adapters/fastify.d.ts" | ||
} | ||
"types": "./dist/index.d.ts" | ||
} |
204285