Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

Commit d50c22c

Browse files
authored
Merge pull request #8 from kevinmarks/master
Fix headers to conform to tighter node requirements
2 parents 2911a2a + 28dd462 commit d50c22c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/twitter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ OAuthParams.prototype.getHeader = function(){
146146
}
147147
}
148148
this.args = args;
149-
return 'OAuth '+lines.join(',\n ');
149+
return 'OAuth '+lines.join(', ');
150150
}
151151

152152

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-api",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"author" : "Tim Whitlock (http://timwhitlock.info)",
66
"description" : "Twitter API 1.1 client supporting REST and streaming",

0 commit comments

Comments
 (0)