@jmondi/oauth2-server
Advanced tools
Comparing version 3.0.0-alpha.5 to 3.0.0-alpha.6
{ | ||
"version": "3.0.0-alpha.5", | ||
"version": "3.0.0-alpha.6", | ||
"name": "@jmondi/oauth2-server", | ||
@@ -44,10 +44,2 @@ "author": "Jason Raimondi <jason@raimondi.us>", | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"semi": true, | ||
"singleQuote": false, | ||
"tabWidth": 2, | ||
"trailingComma": "all", | ||
"arrowParens": "avoid" | ||
}, | ||
"scripts": { | ||
@@ -66,3 +58,7 @@ "clean": "rimraf dist", | ||
}, | ||
"typings": "./dist/index.d.ts" | ||
"typings": { | ||
".": "./dist/index.d.ts", | ||
"./express": "./dist/adapters/express.d.ts", | ||
"./fastify": "./dist/adapters/fastify.d.ts" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204400