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

Unified 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.
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 | « build.py ('k') | package-lock.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..b925927b59e0a1cecbfb96e45cd1fbc502d37208
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "buildtools",
+ "repository": "https://hg.adblockplus.org/buildtools",
+ "license": "MPL-2.0",
+ "dependencies": {
+ "jsdoc": "3.5.4"
+ },
+ "scripts": {
+ "jsdoc": "jsdoc"
+ }
+}
« 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