File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " teamsnap.js" ,
3- "version" : " 1.5.1 " ,
3+ "version" : " 1.6.0 " ,
44 "description" : " A JavaScript library for using the TeamSnap API." ,
55 "author" : " Jacob Wright with TeamSnap (http://www.teamsnap.com)" ,
66 "homepage" : " https://github.com/teamsnap/teamsnap-javascript-sdk" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ promises = require './promises'
33require ' ./errors'
44
55class TeamSnap
6- version : ' 1.5.1 '
6+ version : ' 1.6.0 '
77 promises : promises
88 when : promises .when
99 TeamSnap : TeamSnap
@@ -12,7 +12,7 @@ class TeamSnap
1212
1313 constructor : (@apiUrl = ' https://apiv3.teamsnap.com' ,
1414 @authUrl = ' https://auth.teamsnap.com' ) ->
15-
15+
1616
1717
1818module .exports = new TeamSnap ()
You can’t perform that action at this time.
0 commit comments