update dependencies
This commit is contained in:
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="typings/main.d.ts" />
|
||||
/// <reference path="typings/index.d.ts" />
|
||||
|
||||
import "./smartcli.interfaces";
|
||||
import plugins = require("./smartcli.plugins");
|
||||
|
@ -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");
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="typings/main.d.ts" />
|
||||
/// <reference path="typings/index.d.ts" />
|
||||
|
||||
import "./smartcli.interfaces";
|
||||
import plugins = require("./smartcli.plugins");
|
||||
|
@ -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");
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"ambientDependencies": {
|
||||
"globalDependencies": {
|
||||
"mocha": "registry:dt/mocha#2.2.5+20151023103246",
|
||||
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts"
|
||||
}
|
||||
|
Reference in New Issue
Block a user