array-remove-item
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "array-remove-item", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Remove item from array", | ||
@@ -5,0 +5,0 @@ "main": "dist/array-remove-item.js", |
@@ -24,4 +24,2 @@ # remove item from array | ||
*NOTE*: it requires the [rest operator](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Spread_operator) to work. If you are not transpiling your code with Babel's `es2015` preset (to work on the browser) or are using a node version older than 5, you will have to use the compiled version: `require(array-remove-item/dist/array-remove-item.js)`. | ||
### behavior | ||
@@ -28,0 +26,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
7065
35