change npmts package name to being @gitzone scoped
This commit is contained in:
2
dist/npmts.watch.js
vendored
2
dist/npmts.watch.js
vendored
@@ -16,7 +16,7 @@ exports.run = (configArg) => {
|
||||
pathsToWatch.push(key);
|
||||
}
|
||||
npmtsSmartchok = new smartchok.Smartchok(pathsToWatch);
|
||||
npmtsSmartchok.getObservableFor('change').then((changeObservableArg) => {
|
||||
npmtsSmartchok.getObservableFor('change').then(changeObservableArg => {
|
||||
plugins.beautylog.info('now watching...');
|
||||
changeObservableArg.subscribe(() => {
|
||||
cli.run();
|
||||
|
||||
Reference in New Issue
Block a user