Comparing version 1.4.1 to 1.4.2
# NodeJieba ChangeLog | ||
## v1.4.2 | ||
* 升级 package.json 里面的依赖库。 | ||
## v1.4.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -25,7 +25,7 @@ "maintainers": [ | ||
"dependencies": { | ||
"nan": "~2.0.0" | ||
"nan": "~2.1.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~2.2.5", | ||
"should": "~6.0.3" | ||
"mocha": "~2.3.4", | ||
"should": "~7.1.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
@@ -123,2 +123,6 @@ [![Build Status](https://travis-ci.org/yanyiwu/nodejieba.png?branch=master)](https://travis-ci.org/yanyiwu/nodejieba) | ||
## 应用 | ||
+ 支持中文搜索的 gitbook 插件:[gitbook-plugin-search-pro] | ||
## 性能评测 | ||
@@ -133,2 +137,9 @@ | ||
## 客服 | ||
Email: `i@yanyiwu.com` | ||
QQ: 64162451 | ||
![image](http://7viirv.com1.z0.glb.clouddn.com/5a7d1b5c0d_yanyiwu_personal_qrcodes.jpg) | ||
## 许可证 | ||
@@ -156,1 +167,2 @@ | ||
[YanyiWu]:http://yanyiwu.com | ||
[gitbook-plugin-search-pro]:https://plugins.gitbook.com/plugin/search-pro |
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
11711713
166
+ Addednan@2.1.0(transitive)
- Removednan@2.0.9(transitive)
Updatednan@~2.1.0