mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 19:50:55 +00:00
Updated package.json
This commit is contained in:
parent
239cb38e4d
commit
eab6837f87
2 changed files with 2 additions and 0 deletions
|
|
@ -44,5 +44,6 @@ module.exports = function (grunt) {
|
||||||
// register at least this one task
|
// register at least this one task
|
||||||
grunt.registerTask('default', ['babel']);
|
grunt.registerTask('default', ['babel']);
|
||||||
grunt.registerTask('web', ['browserify', "uglify"]);
|
grunt.registerTask('web', ['browserify', "uglify"]);
|
||||||
|
grunt.registerTask("dist", ["babel", "browserify", "uglify"])
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A way to interface with the Discord API",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prepublish": "grunt dist"
|
||||||
"test": "node ./test/bot.js"
|
"test": "node ./test/bot.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue