This commit is contained in:
Cynthia Foxwell 2018-07-11 18:08:10 -06:00
commit 4fbee777b0
9 changed files with 977 additions and 0 deletions

1
files/index.js Normal file
View file

@ -0,0 +1 @@
module.exports = require('./core');

1
files/package.json Normal file
View file

@ -0,0 +1 @@
{"name":"discord_desktop_core","version":"0.0.0","private":"true","main":"index.js"}