Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "md.daily", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "for daily store", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -61,2 +61,8 @@ const path = require('path') | ||
// 当文件被删除 | ||
// 被动的取消绑定 | ||
this.watcher.on('unlink', path => { | ||
this.endWatch(); | ||
}); | ||
return this; | ||
@@ -66,3 +72,3 @@ } | ||
/** | ||
* @description 取消绑定 | ||
* @description 主动取消绑定 | ||
* @returns { Daily } 链式调用 | ||
@@ -69,0 +75,0 @@ */ |
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
11115
214