format-string-by-pattern
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "format-string-by-pattern", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A module that formats a string based on a pattern", | ||
@@ -16,2 +16,4 @@ "main": "dist/format-string-by-pattern.js", | ||
"build": "npm run test && microbundle -o dist", | ||
"prepublish": "git push && git push --tags", | ||
"preversion": "npm run build", | ||
"test": "xo && nyc ava", | ||
@@ -18,0 +20,0 @@ "test:watch": "npm test -- --watch" |
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
14111