Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
{ | ||
"name": "ajv-async", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "Configure async validation mode in Ajv - JSON-Schema validator", | ||
"main": "index.js", | ||
"scripts": { | ||
"bundle": "rm -rf dist && ./scripts/bundle", | ||
"prepublish": "npm run bundle", | ||
"test-spec": "mocha spec/*.spec.js -R spec", | ||
@@ -47,5 +49,7 @@ "test-cov": "nyc npm run test-spec", | ||
"devDependencies": { | ||
"browserify": "^14.5.0", | ||
"mocha": "^4.0.1", | ||
"nyc": "^11.3.0", | ||
"pre-commit": "^1.2.2" | ||
"pre-commit": "^1.2.2", | ||
"uglify-js": "^3.1.8" | ||
}, | ||
@@ -52,0 +56,0 @@ "nyc": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7766
9
5