change npmts package name to being @gitzone scoped
This commit is contained in:
17
ts/index.ts
17
ts/index.ts
@@ -3,12 +3,11 @@
|
||||
Fabulous TypeScript development
|
||||
* ================================================== */
|
||||
|
||||
import * as early from 'early'
|
||||
early.start('NPMTS')
|
||||
import * as plugins from './npmts.plugins'
|
||||
import * as cli from './npmts.cli'
|
||||
early.stop()
|
||||
.then(() => {
|
||||
let loaded = plugins // to make sure plugins get actually loaded
|
||||
cli.run()
|
||||
})
|
||||
import * as early from 'early';
|
||||
early.start('NPMTS');
|
||||
import * as plugins from './npmts.plugins';
|
||||
import * as cli from './npmts.cli';
|
||||
early.stop().then(() => {
|
||||
let loaded = plugins; // to make sure plugins get actually loaded
|
||||
cli.run();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user