diff --git a/package-lock.json b/package-lock.json index 9ac4042..c5c3b21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cloudformation-js-yaml-schema", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -30,4 +30,4 @@ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4a61afa..5e3e5cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudformation-js-yaml-schema", - "version": "0.3.3", + "version": "0.3.4", "description": "Schema to ignore CloudFormation YAML local tags while parsing or dumping", "main": "index.js", "scripts": {