Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "dedent", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "An ES6 string tag that strips indentation from multi-line strings", | ||
@@ -5,0 +5,0 @@ "main": "dedent.js", |
@@ -30,4 +30,7 @@ # Dedent | ||
```js | ||
> console.log(usageExample()); | ||
``` | ||
> console.log(usageExample()); | ||
``` | ||
A string that gets so long you need to break it over multiple | ||
@@ -34,0 +37,0 @@ lines. Luckily dedent is here to keep it readable without |
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
4006
52