Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Merge 6a77efc into fe7a4b3
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlester committed Dec 8, 2018
2 parents fe7a4b3 + 6a77efc commit 1473f33
Show file tree
Hide file tree
Showing 19 changed files with 2,429 additions and 3,714 deletions.
75 changes: 0 additions & 75 deletions etc/documentation.yml

This file was deleted.

17 changes: 17 additions & 0 deletions jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"opts": {
"template": "node_modules/docdash" ,
"destination": "docs/",
"recurse": true,
"verbose": true
},
"source": {
"include": "src",
"includePattern": ".js$",
"excludePattern": "(node_modules/)"
},
"docdash": {
"search": true,
"collapse": true
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint": "eslint src test",
"fix-lint": "eslint --fix src test",
"postinstall": "download_deps --package package.json",
"docs": "documentation build --config etc/documentation.yml --github true --output docs --format html src/**",
"serve-docs": "documentation serve --config etc/documentation.yml --github true --output docs --format html src/**",
"docs": "jsdoc -c jsdoc.json",
"serve-docs": "documentation serve --config etc/documentation.yml --github true --format html src/**/*.js",
"test": "cross-env NODE_ENV=test mocha --recursive",
"test-coverage": "cross-env NODE_ENV=test istanbul cover _mocha --report lcovonly -- -R spec --recursive test",
"publish-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"coveralls": "^2.13.0",
"documentation": "^5.0.0",
"docdash": "^1.0.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
Expand Down

0 comments on commit 1473f33

Please sign in to comment.