Skip to content

Commit 84afe6b

Browse files
authored
Merge pull request #44 from ffvio/feature/issue-41
Remove unused dependency: `thenify`. Fixes issue: #41.
2 parents 6aa9fd6 + 2761c30 commit 84afe6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"dependencies": {
2525
"bluebird": "^3.0.5",
2626
"express": "^4.13.3",
27-
"oauth2-server": "next",
28-
"thenify": "^3.0.0"
27+
"oauth2-server": "next"
2928
},
3029
"devDependencies": {
3130
"body-parser": "^1.14.1",

0 commit comments

Comments
 (0)