Skip to content

Commit 4fc8c7c

Browse files
committed
Catch malformed request errors to /proxy
1 parent dd4047f commit 4fc8c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth-shim",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "OAuth2 shim for OAuth1 services, works with the clientside library HelloJS",
55
"main": "index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/MrSwitch/node-oauth-shim/issues"
2323
},
2424
"dependencies": {
25-
"crypto" : "0.0.3"
25+
"crypto": "0.0.3"
2626
},
2727
"devDependencies": {
2828
"should": ">= 0.0.0",

0 commit comments

Comments
 (0)