Fixing docs

This commit is contained in:
Jonathan Putney
2019-11-12 22:27:28 -05:00
parent c123059d4e
commit 54b56e905f
5 changed files with 445 additions and 9 deletions

View File

@@ -22,7 +22,11 @@
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.18.2",
"jsdoc": "^3.6.3",
"jsdoc-babel": "^0.5.0",
"mocha": "^6.2.2",
"mocha-junit-reporter": "^1.23.1",
"mochawesome": "^4.1.0",
"nyc": "^14.1.1"
},
"scripts": {
@@ -43,5 +47,6 @@
"bugs": {
"url": "https://github.com/jcputney/scorm-again/issues"
},
"homepage": "https://github.com/jcputney/scorm-again#readme"
"homepage": "https://github.com/jcputney/scorm-again#readme",
"dependencies": {}
}