change npmts package name to being @gitzone scoped
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -8,8 +8,7 @@ const early = require("early");
|
||||
early.start('NPMTS');
|
||||
const plugins = require("./npmts.plugins");
|
||||
const cli = require("./npmts.cli");
|
||||
early.stop()
|
||||
.then(() => {
|
||||
early.stop().then(() => {
|
||||
let loaded = plugins; // to make sure plugins get actually loaded
|
||||
cli.run();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user