Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e4a349c85e | |||
2abfa7c47a |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartchok",
|
"name": "@push.rocks/smartchok",
|
||||||
"version": "1.0.29",
|
"version": "1.0.30",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "smart wrapper for chokidar",
|
"description": "smart wrapper for chokidar",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartchok',
|
name: '@push.rocks/smartchok',
|
||||||
version: '1.0.29',
|
version: '1.0.30',
|
||||||
description: 'smart wrapper for chokidar'
|
description: 'smart wrapper for chokidar'
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ export {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// thirdparty scope
|
// thirdparty scope
|
||||||
// @ts-ignore
|
// @ts-nocheck
|
||||||
import watcher from 'watcher';
|
import watcher from 'watcher';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
Reference in New Issue
Block a user