update dependencies

This commit is contained in:
2016-06-10 02:27:04 +02:00
parent 8733a601b4
commit cf78839e12
11 changed files with 19 additions and 21 deletions

View File

@ -1,4 +1,4 @@
/// <reference path="typings/index.d.ts" />
import "typings-global";
import * as interfaces from "./smartcli.interfaces"
import * as plugins from "./smartcli.plugins"
@ -6,6 +6,9 @@ import * as SmartcliChecks from "./smartcli.checks";
import * as SmartcliGetters from "./smartcli.getters";
import * as SmartcliInteractions from "./smartcli.interaction";
import {Smartcli} from "./smartcli.classes.smartcli";
export {Smartcli} from "./smartcli.classes.smartcli";
/* ------------------------------------------------ *
* ---------- plugins for direct use -------------- *
* ------------------------------------------------ */

View File

@ -1,4 +1,4 @@
/// <reference path="typings/index.d.ts" />
import "typings-global";
import "./smartcli.interfaces";
import plugins = require("./smartcli.plugins");

View File

@ -1,3 +1,5 @@
export class smartcli {
import "typings-global";
export class Smartcli {
}

View File

@ -1,6 +0,0 @@
export class smartcli {
constructor(){
}
}

View File

@ -1,4 +1,4 @@
/// <reference path="typings/index.d.ts" />
import "typings-global";
import * as interfaces from "./smartcli.interfaces";
import plugins = require("./smartcli.plugins");

View File

@ -1,4 +1,4 @@
/// <reference path="typings/index.d.ts" />
import "typings-global";
import "./smartcli.interfaces";
import plugins = require("./smartcli.plugins");

View File

@ -1,3 +1,5 @@
import "typings-global";
export interface CliOption {
name: string;
specified:boolean;

View File

@ -1,4 +1,4 @@
/// <reference path="typings/index.d.ts" />
import "typings-global";
export let path = require("path");
export let beautylog = require("beautylog");

View File

@ -1,6 +0,0 @@
{
"globalDependencies": {
"mocha": "registry:dt/mocha#2.2.5+20151023103246",
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts"
}
}