mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
Webpack build: a8bb20204b
This commit is contained in:
parent
eac25db31b
commit
79528bb5bd
2 changed files with 5 additions and 4 deletions
|
|
@ -8023,9 +8023,9 @@ module.exports = {
|
||||||
"description": "A powerful library for interacting with the Discord API",
|
"description": "A powerful library for interacting with the Discord API",
|
||||||
"main": "./src/index",
|
"main": "./src/index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "eslint src && node docs/generator test",
|
"test": "eslint src && docgen --source src --custom docs",
|
||||||
"docs": "node docs/generator",
|
"docs": "docgen --source src --custom docs --output docs/docs.json",
|
||||||
"test-docs": "node docs/generator test",
|
"test-docs": "docgen --source src --custom docs",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
|
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
|
||||||
},
|
},
|
||||||
|
|
@ -8058,6 +8058,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bufferutil": "^1.2.1",
|
"bufferutil": "^1.2.1",
|
||||||
|
"discord.js-docgen": "github:Gawdl3y/discord.js-docgen",
|
||||||
"eslint": "^3.10.0",
|
"eslint": "^3.10.0",
|
||||||
"jsdoc-to-markdown": "^2.0.0",
|
"jsdoc-to-markdown": "^2.0.0",
|
||||||
"json-loader": "^0.5.4",
|
"json-loader": "^0.5.4",
|
||||||
|
|
|
||||||
2
discord.indev.min.js
vendored
2
discord.indev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue