string-template
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "string-template", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple string template function based on named or indexed arguments", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ # string-template | ||
greeting = format("Hello {name}, you have have {count} unread messages", { | ||
greeting = format("Hello {name}, you have {count} unread messages", { | ||
name: "Robert", | ||
@@ -22,0 +22,0 @@ count: 12 |
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
5549
6