fix(api docs): Added api docs and first docs

This commit is contained in:
Chris Troutner
2019-06-18 17:26:27 -07:00
parent 07e415f307
commit c915aff436
5 changed files with 51 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"test:integration": "mocha test/v3/integration",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage:report": "export NETWORK=testnet && nyc --reporter=html mocha test/v2/",
"docs": "./node_modules/.bin/apidoc -i src/ -o docs"
"docs": "./node_modules/.bin/apidoc -i src/routes/v3 -o docs"
},
"engines": {
"node": ">=10.15.1"