Comparing version 0.2.12 to 0.2.13
# ChangeLog | ||
## v0.2.13 | ||
* 升级[nan]到 `^v1.8.0` 以支持 `iojs-v2.x` | ||
## v0.2.12 | ||
@@ -81,1 +85,2 @@ | ||
[CppJieba]:http://github.com/yanyiwu/cppjieba.git | ||
[nan]:https://github.com/nodejs/nan/ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese segment for node", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -24,3 +24,3 @@ "maintainers": [ | ||
"dependencies": { | ||
"nan": "~1.6.1" | ||
"nan": "^1.8.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": {}, |
Sorry, the diff of this file is not supported yet
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
11707013
+ Addednan@1.9.0(transitive)
- Removednan@1.6.2(transitive)
Updatednan@^1.8.0