Move moment from bower deps to npm deps

This commit is contained in:
Scott Nonnenberg 2018-03-23 18:37:04 -07:00
parent e32dad2e9b
commit 1ad2b080c8
No known key found for this signature in database
GPG key ID: 5F82280C35134661
5 changed files with 6 additions and 11958 deletions

View file

@ -108,6 +108,7 @@ window.nodeBuffer = Buffer;
window.nodeFetch = require('node-fetch');
window.nodeNotifier = require('node-notifier');
window.ProxyAgent = require('proxy-agent');
window.moment = require('moment');
// ES2015+ modules
const attachmentsPath = Attachments.getPath(app.getPath('userData'));