Skip to content

Commit 582caa6

Browse files
committed
publish: 3.0.1
1 parent 19221ac commit 582caa6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-oauth/express-oauth-server",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "OAuth provider for express",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -17,7 +17,8 @@
1717
"url": "git://github.com/node-oauth/express-oauth-server"
1818
},
1919
"files": [
20-
"index.js"
20+
"index.js",
21+
"index.d.ts"
2122
],
2223
"keywords": [
2324
"express",

0 commit comments

Comments
 (0)