meteor compatibility; closes #159

master
Evgeny Poberezkin 2016-04-10 11:44:22 +01:00
parent 4e780204ac
commit 8676a3f62e
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
{{?}}
{{??}}
{{
$async = $refVal.async;
$async = $refVal.async === true;
$refCode = $refVal.code;
}}
{{?}}

View File

@ -1,6 +1,6 @@
{
"name": "ajv",
"version": "3.8.8",
"version": "3.8.9",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"files": [