goodeggs-json-schema-validator
Advanced tools
Comparing version 5.0.0 to 5.2.0
{ | ||
"name": "goodeggs-json-schema-validator", | ||
"version": "5.0.0", | ||
"version": "5.2.0", | ||
"description": "Good Eggs JSON Schema Validator", | ||
@@ -59,6 +59,6 @@ "author": "Good Eggs <open-source@goodeggs.com>", | ||
"build": "rm -rf lib && babel src -d lib && cp src/index.js.flow lib", | ||
"prepublishOnly": "npm run build", | ||
"prepublishOnly": "yarn run build", | ||
"lint": "eslint 'src/**/*.js' --ignore-path .gitignore", | ||
"test:mocha": "NODE_ENV=test mocha --compilers=js:@babel/register --require=@babel/polyfill", | ||
"test": "npm run lint && flow && npm run test:mocha" | ||
"test:mocha": "NODE_ENV=test mocha --require @babel/register", | ||
"test": "yarn run lint && yarn run flow && yarn run test:mocha" | ||
}, | ||
@@ -65,0 +65,0 @@ "homepage": "https://github.com/goodeggs/goodeggs-json-schema-validator", |
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
9027