Move to new docgen

This commit is contained in:
Schuyler Cebulskie
2016-11-22 18:24:29 -05:00
parent c8858de71e
commit 7c97244854
33 changed files with 200 additions and 953 deletions

View File

@@ -4,9 +4,9 @@
"description": "A powerful library for interacting with the Discord API",
"main": "./src/index",
"scripts": {
"test": "eslint src && node docs/generator test",
"docs": "node docs/generator",
"test-docs": "node docs/generator test",
"test": "eslint src && docgen --source src --custom docs",
"docs": "docgen --source src --custom docs --output docs/docs.json",
"test-docs": "docgen --source src --custom docs",
"lint": "eslint src",
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
},
@@ -39,6 +39,7 @@
},
"devDependencies": {
"bufferutil": "^1.2.1",
"discord.js-docgen": "github:Gawdl3y/discord.js-docgen",
"eslint": "^3.10.0",
"jsdoc-to-markdown": "^2.0.0",
"json-loader": "^0.5.4",