asl-validator
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -42,3 +42,3 @@ #!/usr/bin/env node | ||
definition = JSON.parse(program.jsonDefinition); | ||
} else if (typeof program.jsonpath === 'string') { | ||
} else if (typeof program.jsonPath === 'string') { | ||
definition = JSON.parse(fs.readFileSync(program.jsonPath)); | ||
@@ -45,0 +45,0 @@ } else { |
{ | ||
"name": "asl-validator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Amazon States Language validator", | ||
"main": "bin/asl-validator.js", | ||
"main": "./src/validator.js", | ||
"bin": { | ||
"asl-validator": "./bin/asl-validator.js" | ||
}, | ||
"scripts": { | ||
@@ -12,3 +15,3 @@ "lint": "./node_modules/eslint/bin/eslint.js .", | ||
"type": "git", | ||
"url": "git+https://github.com/ChristopheBougere/asl-validator.git" | ||
"url": "git+https://github.com/airware/asl-validator.git" | ||
}, | ||
@@ -27,5 +30,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/ChristopheBougere/asl-validator/issues" | ||
"url": "https://github.com/airware/asl-validator/issues" | ||
}, | ||
"homepage": "https://github.com/ChristopheBougere/asl-validator#readme", | ||
"homepage": "https://github.com/airware/asl-validator#readme", | ||
"dependencies": { | ||
@@ -32,0 +35,0 @@ "ajv": "^5.3.0", |
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
24265
138253
24