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

Unified Diff: package.json

Issue 29931555: Issue 5668 - Reintroduce buildnumber shifting for edge (Closed)
Patch Set: Created Oct. 30, 2018, 4:55 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 | « no previous file | packagerEdge.py » ('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
index 4656e9cb04173ec9adbaeab1a1e7c6a5f10eb7ce..d02d620e997056bd319af9755f769cc3f8a5b9be 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,10 @@
"repository": "https://hg.adblockplus.org/buildtools",
"license": "MPL-2.0",
"dependencies": {
+ "//": [
+ "'acorn' is a peer dependency of manifoldjs, we don't use it otherwise."
+ ],
+ "acorn": "^6.0.0",
tlucas 2018/10/30 16:57:54 This change will be introduce by a prior commit:
"jsdoc": "3.5.5",
"manifoldjs": "0.7.6",
"memory-fs": "0.4.1",
« no previous file with comments | « no previous file | packagerEdge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld