fix(core): update
This commit is contained in:
parent
1763ede6df
commit
99395794d8
@ -23,7 +23,7 @@ Use TypeScript for best in class instellisense.
|
|||||||
```javascript
|
```javascript
|
||||||
import { Smartchok } from 'smartchok';
|
import { Smartchok } from 'smartchok';
|
||||||
|
|
||||||
let mySmartChok = new Smartchok(['some/path/**/*.any', '/absolute/*.js'], chokidarOptions);
|
const mySmartChok = new Smartchok(['some/path/**/*.any', '/absolute/*.js'], chokidarOptions);
|
||||||
|
|
||||||
mySmartChok.add(['/some/**/*.any']); // add files
|
mySmartChok.add(['/some/**/*.any']); // add files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user