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 19221ac commit 582caa6Copy full SHA for 582caa6
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@node-oauth/express-oauth-server",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "OAuth provider for express",
5
"main": "index.js",
6
"typings": "index.d.ts",
@@ -17,7 +17,8 @@
17
"url": "git://github.com/node-oauth/express-oauth-server"
18
},
19
"files": [
20
- "index.js"
+ "index.js",
21
+ "index.d.ts"
22
],
23
"keywords": [
24
"express",
0 commit comments