Skip to content

Commit

Permalink
compiling with latest version of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Legendre committed May 11, 2022
1 parent 22b574b commit c20116e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-authorization-provider",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Simple & Lightweight Authorization Provider for Express Middleware Written in Typescript",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"prettier": "^2.5.1",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"peerDependencies": {
"express": "^4.17.3"
Expand Down

0 comments on commit c20116e

Please sign in to comment.