Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
support for doc.esdoc.org
Browse files Browse the repository at this point in the history
  • Loading branch information
JaHIY committed Jan 22, 2017
1 parent bc0b7f5 commit 5f7c67a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .esdoc.js

This file was deleted.

7 changes: 7 additions & 0 deletions esdoc.json
@@ -0,0 +1,7 @@
{
"source": "./src",
"destination": "./doc",
"includeSource": true,
"coverage": true,
"lint": true
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"main": "dist/main.bundle.js",
"scripts": {
"dev": "./node_modules/.bin/webpack --progress --colors --watch",
"doc": "./node_modules/.bin/esdoc",
"doc": "./node_modules/.bin/esdoc -c esdoc.json",
"test": "./node_modules/.bin/mocha --recursive --compilers js:babel-register --require babel-polyfill",
"test:cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require babel-register",
"test:travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- --require babel-register -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Expand Down

0 comments on commit 5f7c67a

Please sign in to comment.