Comparing version 0.2.3 to 0.2.4
@@ -0,1 +1,5 @@ | ||
## v0.2.4 | ||
* 更新 package 兼容更低版本的 npm | ||
## v0.2.3 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese segment for node", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "Yanyi Wu <wuyanyi09@gmail.com>", | ||
@@ -24,3 +24,3 @@ "maintainers": [ | ||
"dependencies": { | ||
"nan": "^1.2.0" | ||
"nan": "~1.2.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": {}, |
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
5689523
+ Addednan@1.2.0(transitive)
- Removednan@1.9.0(transitive)
Updatednan@~1.2.0