diff --git a/package.json b/package.json index 4ba657b..667feee 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,6 @@ "chai": "^4.2.0", "codecov": "^3.5.0", "istanbul": "^0.4.5", - "jsdoc": "3.6.1", - "jsdoc-to-markdown": "^5.0.0", "mocha": "^6.2.0", "prettier": "^2.3.0", "rimraf": "^3.0.2", @@ -41,6 +39,11 @@ "tslint": "^5.18.0", "typescript": "^3.5.3" }, + "// TODO for now we disabled jsdoc because it causes an error in LUME super-module's GitHub Actions": "", + "devDependenciesDisabled": { + "jsdoc": "3.6.1", + "jsdoc-to-markdown": "^5.0.0" + }, "scripts": { "build": "tsc && tsc -t es6 --outDir tmp/es && rollup -c", "clean": "rimraf lib/ es/ tmp/",