mirror of
https://github.com/danbulant/discord.js
synced 2026-07-10 13:41:42 +00:00
Merge pull request #28 from hydrabolt/permission
rebuild and prepublish
This commit is contained in:
commit
d36c43d442
16 changed files with 3895 additions and 12 deletions
|
|
@ -44,5 +44,6 @@ module.exports = function (grunt) {
|
|||
// register at least this one task
|
||||
grunt.registerTask('default', ['babel']);
|
||||
grunt.registerTask('web', ['browserify', "uglify"]);
|
||||
grunt.registerTask('dist', ["babel", "browserify", "uglify"])
|
||||
|
||||
};
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
"description": "A way to interface with the Discord API",
|
||||
"main": "./lib/index.js",
|
||||
"scripts": {
|
||||
"prepublish" : "grunt dist",
|
||||
"test": "node ./test/bot.js"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
3879
web-dist/discord.3.6.3.js
Normal file
3879
web-dist/discord.3.6.3.js
Normal file
File diff suppressed because one or more lines are too long
2
web-dist/discord.min.3.6.3.js
Normal file
2
web-dist/discord.min.3.6.3.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue