stackvalidator
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "stackvalidator", | ||
"engines": { | ||
"node": ">=8.0" | ||
"node": ">=4.0" | ||
}, | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Eetu Tuomala", | ||
@@ -18,6 +18,7 @@ "license": "MIT", | ||
"bin": { | ||
"stackvalidator": "./stackvalidator.js" | ||
"stackvalidator": "bin/stackvalidator.js" | ||
}, | ||
"scripts": { | ||
"stackvalidator": "./stackvalidator.js" | ||
"prepare": "babel src --out-dir bin", | ||
"stackvalidator": "bin/stackvalidator.js" | ||
}, | ||
@@ -32,3 +33,9 @@ "dependencies": { | ||
}, | ||
"main": "index.js" | ||
"main": "bin/stackvalidator.js", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2017": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1" | ||
} | ||
} |
@@ -15,5 +15,5 @@ # AWS CloudFormation Stack Validator | ||
--path -> path to the files you want to validate | ||
`--path` -> path to the files you want to validate | ||
--delay -> increase delau if rate exceeds | ||
`--delay` -> increase delay if the rate exceeds | ||
@@ -20,0 +20,0 @@ ```bash |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57454
16
108
4
1