Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "pedash", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "A lodash-like javascript helper -- for dummies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,2 +7,8 @@ ## Pedash 🌶 | ||
====== | ||
## CodeSandbox | ||
Play it around at [CodeSandbox](https://codesandbox.io/s/nostalgic-thompson-w67jp) | ||
## How to use | ||
@@ -142,3 +148,3 @@ | ||
const sentence = " You you can do it now or never " | ||
const sentence = " You can do it now or never " | ||
console.log(removeWhitespaces(sentence)); | ||
@@ -145,0 +151,0 @@ |
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
5761
163