js-yaml-schema-cfn
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -41,2 +41,5 @@ const yaml = require('js-yaml'); | ||
tags.push(newCfnTag(`!Condition`, `Condition`, 'scalar')); | ||
module.exports = tags; |
{ | ||
"name": "js-yaml-schema-cfn", | ||
"description": "AWS CloudFormation YAML Schema for js-yaml", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"author": "KoharaKazuya", | ||
@@ -6,0 +6,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
3790
53