just-curry-it
Advanced tools
Comparing version 1.1.17 to 1.1.18
{ | ||
"name": "just-curry-it", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "return a curried function", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ ## just-function-curry | ||
```js | ||
import curry from 'just-function-curry'; | ||
import curry from 'just-curry-it'; | ||
@@ -10,0 +10,0 @@ function converter(ratio, input) { |
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
1268