change npmts package name to being @gitzone scoped
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
/* ------------------------------------------
|
||||
* This module creates TypeScript documentation
|
||||
* -------------------------------------------- */
|
||||
import * as q from 'smartq'
|
||||
import * as q from 'smartq';
|
||||
|
||||
import * as paths from '../npmts.paths'
|
||||
import { INpmtsConfig } from '../npmts.config'
|
||||
import * as paths from '../npmts.paths';
|
||||
import { INpmtsConfig } from '../npmts.config';
|
||||
|
||||
import * as plugins from './mod.plugins'
|
||||
import * as plugins from './mod.plugins';
|
||||
|
||||
export let run = function (configArg: INpmtsConfig) {
|
||||
let done = q.defer<INpmtsConfig>()
|
||||
done.resolve(configArg)
|
||||
return done.promise
|
||||
}
|
||||
export let run = function(configArg: INpmtsConfig) {
|
||||
let done = q.defer<INpmtsConfig>();
|
||||
done.resolve(configArg);
|
||||
return done.promise;
|
||||
};
|
||||
|
@ -1,2 +1 @@
|
||||
export * from '../npmts.plugins'
|
||||
|
||||
export * from '../npmts.plugins';
|
||||
|
Reference in New Issue
Block a user