Skip to content

Commit

Permalink
Fixing dependency definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brunokrebs committed Apr 17, 2017
1 parent 448a6d3 commit 6fc054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"main": "lib/index.js",
"types": "index.d.ts",
"dependencies": {
"@types/express-jwt": "0.0.34",
"debug": "^2.2.0",
"limiter": "^1.1.0",
"lru-memoizer": "^1.6.0",
"ms": "^0.7.1",
"request": "^2.73.0"
},
"devDependencies": {
"@types/express-jwt": "0.0.34",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
Expand Down

0 comments on commit 6fc054d

Please sign in to comment.