Skip to content

Commit 4e5f974

Browse files
Fix HTTPS in SeatGeek module
The maintainer of `seatgeek` hasn't yet merged the fixed version of the module that properly points the resources to their SSL counterparts. This makes the package rely on my branch instead that has the fix.
1 parent 03f9f2b commit 4e5f974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"htmlparser": "^1.7.7",
2222
"moment": "^2.10.3",
2323
"node-hue-api": "^1.0.5",
24-
"seatgeek": "^0.3.8",
24+
"seatgeek": "stephenyeargin/seatgeek.js#fix-https",
2525
"soupselect": "^0.2.0",
2626
"twitter": "^1.2.5",
2727
"underscore": "^1.8.3",

0 commit comments

Comments
 (0)