update dependencies

This commit is contained in:
2016-05-23 04:09:06 +02:00
parent ab8ce876a3
commit 96d82c3a20
18 changed files with 45 additions and 27 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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