now runs offline

This commit is contained in:
2018-02-26 22:51:03 +01:00
parent cf4db90aef
commit 6553e7432c
7 changed files with 562 additions and 370 deletions

1
dist/index.d.ts vendored
View File

@ -0,0 +1 @@
export {};

View File

@ -1,7 +1,7 @@
import { LazyModule } from 'smartsystem';
import * as plugins from './npmts.plugins';
import * as _modCompile from './mod_compile/index';
import * as _modDocs from './mod_docs/index';
import * as _modTest from './mod_test/index';
export declare let modCompile: LazyModule<typeof _modCompile>;
export declare let modDocs: LazyModule<typeof _modDocs>;
export declare let modTest: LazyModule<typeof _modTest>;
export declare let modCompile: plugins.smartsystem.LazyModule<typeof _modCompile>;
export declare let modDocs: plugins.smartsystem.LazyModule<typeof _modDocs>;
export declare let modTest: plugins.smartsystem.LazyModule<typeof _modTest>;

View File

@ -1,4 +1,3 @@
import 'typings-global';
import * as beautylog from 'beautylog';
declare let depcheck: any;
import * as lodash from 'lodash';

View File

@ -1,6 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("typings-global");
const beautylog = require("beautylog");
exports.beautylog = beautylog;
let depcheck = require('depcheck');