@zenggan/utils
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.1](https://github.com/KingGanZeng/learn-lerna/compare/@zenggan/utils@3.0.0...@zenggan/utils@3.0.1) (2020-06-22) | ||
### Bug Fixes | ||
* Gengxin ([b843490](https://github.com/KingGanZeng/learn-lerna/commit/b843490e01defee90b7e4847a7288d7c0c21c48c)) | ||
# 3.0.0 (2020-06-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@zenggan/utils", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "src/index.js", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "8c2bb810b0a483ae87e769c6eb80095a79fe9d46" | ||
"gitHead": "12d12111bb08ce46995cf7afbf6d95a1be3db417" | ||
} |
@@ -18,2 +18,3 @@ function curryIt(fn) { | ||
function add(a, b) { | ||
@@ -20,0 +21,0 @@ console.log(a, b) |
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
6261