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

Side by Side Diff: package.json

Issue 29531680: Issue 5560 - Specify the JSDoc dependency explicitly (Closed)
Patch Set: Created Aug. 30, 2017, 3:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "buildtools",
3 "repository": "https://hg.adblockplus.org/buildtools",
4 "license": "MPL-2.0",
5 "dependencies": {
6 "jsdoc": "3.5.4"
7 },
8 "scripts": {
9 "jsdoc": "jsdoc"
10 }
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld