Comparing version 1.0.2 to 1.0.3
# ChangeLog | ||
## v1.0.3 | ||
* Merge Pull Request [pull28],显示声明依赖的是 node 后缀的文件,解决一些库重写了 require 的问题。 | ||
## v1.0.2 | ||
@@ -101,1 +105,2 @@ | ||
[issue23]:https://github.com/yanyiwu/nodejieba/issues/23 | ||
[pull28]:https://github.com/yanyiwu/nodejieba/pull/28 |
@@ -1,2 +0,2 @@ | ||
var nodejieba = require("./build/Release/nodejieba"); | ||
var nodejieba = require("./build/Release/nodejieba.node"); | ||
nodejieba.DEFAULT_DICT = __dirname + "/dict/jieba.dict.utf8", | ||
@@ -3,0 +3,0 @@ nodejieba.DEFAULT_HMM_DICT = __dirname + "/dict/hmm_model.utf8", |
{ | ||
"name": "nodejieba", | ||
"description": "chinese word segmentation for node", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Yanyi Wu <i@yanyiwu.com>", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
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
11700237