diff --git a/package-lock.json b/package-lock.json index 021c0b7..25e1e31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cfn-lint-to-codeframe", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dde677c..5c1d5b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cfn-lint-to-codeframe", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "index.js", "scripts": { @@ -9,7 +9,11 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "bin": "index.js", - "keywords": ["AWS", "CloudFormation", "linter"], + "keywords": [ + "AWS", + "CloudFormation", + "linter" + ], "author": "Graham McGregor", "license": "MIT", "dependencies": {