Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29937555: Issue 7103 - Add jsdoc script to package.json (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Created Nov. 6, 2018, 1:45 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jsdoc.conf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -15,22 +15,24 @@
"chromedriver": "2.36.0",
"dmg": "^0.1.0",
"eslint": "^5.1.0",
"eslint-config-eyeo": "^2.1.0",
"extract-zip": "^1.6.5",
"geckodriver": "^1.9.0",
"handlebars": "^4.0.12",
"jimp": "^0.3.11",
+ "jsdoc": "^3.5.5",
"ncp": "^2.0.0",
"mocha": "^5.2.0",
"selenium-webdriver": "^3.6.0",
"sign-addon": "^0.3.1"
},
"scripts": {
"pretest": "bash -c \"python ensure_dependencies.py\"",
"lint": "eslint *.js lib/ qunit/ ext/ test/ build/",
"test-only": "mocha",
"test": "npm run test-only --",
"posttest": "npm run lint",
- "publish": "node build/publish.js"
+ "publish": "node build/publish.js",
+ "docs": "jsdoc --configure jsdoc.conf --destination docs lib"
}
}
« no previous file with comments | « jsdoc.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld