2
0
mirror of https://github.com/embarklabs/embark.git synced 2025-01-13 15:26:10 +00:00

build(deps): add ajv@6.10.2 to deps of embark-scaffolding

embark-scaffolding imports ajv but it was not properly listed as a dependency
This commit is contained in:
Michael Bradley, Jr 2019-09-03 09:20:37 -05:00 committed by Michael Bradley
parent 43cc536d4e
commit 37b5cc0941

@ -42,6 +42,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"ajv": "6.10.2",
"embark-i18n": "^4.1.1",
"embark-utils": "^4.1.1"
},