mustache-formats
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "mustache-formats", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Adds formatters to Mustache using Wax", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,3 @@ | ||
import Mustache from "mustache"; | ||
export { Mustache }; | ||
import * as Mustache from "mustache"; | ||
export = Mustache; | ||
export as namespace Mustache; |
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
6596
165