Updated to docs format v3, adds support for interfaces

This commit is contained in:
Amish Shah
2016-08-18 13:07:42 +01:00
parent 4d4258b4e2
commit 18299970bd
6 changed files with 59 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
"description": "A way to interface with the Discord API",
"main": "./src/index",
"scripts": {
"test": "node test/random",
"test": "eslint src/ && node test/random",
"docs": "node docs/gen/index.js"
},
"repository": {