Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdemey committed Apr 18, 2019
1 parent 1c5752c commit ebc90e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-jwt-permissions",
"version": "1.2.3",
"version": "1.3.0",
"description": "Express middleware for JWT permissions",
"main": "./index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,9 +31,9 @@
],
"license": "MIT",
"devDependencies": {
"@types/express": "^4.16.1",
"standard": "^7.1.2",
"tap": "^8.0.0",
"@types/express": "^4.16.1"
"tap": "^8.0.0"
},
"dependencies": {
"express-unless": "^0.5.0",
Expand Down

0 comments on commit ebc90e5

Please sign in to comment.