@travetto/yaml
Advanced tools
Comparing version 0.6.0-rc.6 to 0.6.0
@@ -17,3 +17,3 @@ { | ||
"dependencies": { | ||
"@travetto/boot": "^0.6.0-rc.10" | ||
"@travetto/boot": "^0.6.0" | ||
}, | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"version": "0.6.0-rc.6", | ||
"gitHead": "cd5470b71fc74188aa743b6aa2ecb3d3f2853529" | ||
"version": "0.6.0", | ||
"gitHead": "0c5dcd80cadf07e4ebb7eaafa7d4fff95873e7c4" | ||
} |
@@ -159,3 +159,3 @@ import { Node, TextNode, JSONNode, NumberNode, BooleanNode, NullNode } from './type/node'; | ||
break; | ||
} else if (c === COLON || c === DASH) { // Control tokens | ||
} else if (c === COLON || (c === DASH && text.length === 0)) { // Control tokens, dash only applies when its the beginning of a word | ||
if (start !== pos) { | ||
@@ -162,0 +162,0 @@ tokens.push(text.substring(start, pos)); |
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
19882
Updated@travetto/boot@^0.6.0