Switched to dynamic entrypoint

Will be used when ES6 is fully available
This commit is contained in:
hydrabolt
2015-11-09 18:28:13 +00:00
parent 03816ae157
commit 544f7da139
2 changed files with 30 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "discord.js",
"version": "4.1.1",
"description": "A way to interface with the Discord API",
"main": "./lib/index.js",
"main": "./entrypoint.js",
"scripts": {
"test": "node ./test/bot.js"
},