@architect/parser
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,3 +5,3 @@ /** | ||
module.exports = function removeComments(text) { | ||
return text.trim().replace(/\#.*/g, '').trim() | ||
return text.trim().replace(/\#.*/g, '').replace(/ \n/g, '').trim() | ||
} |
{ | ||
"name": "@architect/parser", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "function that accepts .arc text and returns a plain JavaScript Object", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
18289
8