parcel-plugin-text
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "parcel-plugin-text", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "text file loader asset type", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,2 +14,3 @@ 'use strict' | ||
const content = this.contents.replace(/`/g, '\\`') | ||
.replace(/\$/g, '\\$') | ||
@@ -16,0 +17,0 @@ log.debug({ loaded: this.name }) |
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
2362
37