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

Unified Diff: package.json

Issue 29987559: Noissue - Add "ajv" peer-dependency (Closed)
Patch Set: Created Jan. 22, 2019, 1 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 | no next file » | 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 b3298c4f0400cbd1de36090a81fc41eeff497890..e4b6b8f7f6d14d5a84e4fadd0e20baabdac5f154 100644
--- a/package.json
+++ b/package.json
@@ -4,9 +4,11 @@
"license": "MPL-2.0",
"dependencies": {
"//": [
- "'acorn' is a peer dependency of manifoldjs, we don't use it otherwise."
+ "'acorn' and 'ajv' are peer dependencies of manifoldjs, we don't use it",
+ " otherwise."
],
"acorn": "^6.0.0",
+ "ajv": "^5.0.0",
"jsdoc": "3.5.5",
"manifoldjs": "0.7.6",
"memory-fs": "0.4.1",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld