mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
started working on bug fixes and test scripts
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "discord.js",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"description": "A way to interface with the Discord API",
|
||||
"main": "./entrypoint.js",
|
||||
"scripts": {
|
||||
"test": "node ./test/bot.js"
|
||||
"test": "eslint *.js lib test && node test/lib-test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -31,11 +31,13 @@
|
||||
"devDependencies": {
|
||||
"babel-preset-es2015": "^6.1.18",
|
||||
"babel-preset-es2015-loose": "^6.1.2",
|
||||
"colors": "^1.1.2",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-babel": "<6.0.0",
|
||||
"grunt-browserify": "^4.0.0",
|
||||
"grunt-contrib-uglify": "^0.9.2",
|
||||
"load-grunt-tasks": "^3.2.0"
|
||||
"load-grunt-tasks": "^3.2.0",
|
||||
"mocha": "^2.3.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"node-opus": "^0.1.11"
|
||||
|
||||
Reference in New Issue
Block a user