Skip to content

Commit

Permalink
Add Moment dependency
Browse files Browse the repository at this point in the history
Add the dependency for the button to work. the code was in the livestream.js file so when that was deleted it broke the function of the button
  • Loading branch information
Rowey committed Dec 29, 2021
1 parent 05c11e9 commit 91a9cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/getLatestClientRelease.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
var request = require('request');
moment = require('moment');
momentTimezone = require('moment-timezone');

var GitHub = require('github-api');
var fs = require('fs');

Expand Down

0 comments on commit 91a9cd0

Please sign in to comment.