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: Readdressed nit Created Aug. 31, 2017, 12:23 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
« no previous file with comments | « build.py ('k') | package-lock.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « build.py ('k') | package-lock.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld