update typings
This commit is contained in:
parent
abe06c9297
commit
5aa8ef0c5f
10
package.json
10
package.json
@ -35,15 +35,15 @@
|
||||
"cli-table2": "^0.2.0",
|
||||
"colors": "1.1.2",
|
||||
"figlet": "^1.1.2",
|
||||
"lodash": "^4.11.1",
|
||||
"ora": "^0.2.1",
|
||||
"lodash": "^4.12.0",
|
||||
"ora": "^0.2.3",
|
||||
"q": "^1.4.1",
|
||||
"smartenv": "^1.2.2"
|
||||
"smartenv": "^1.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"easyserve": "^0.0.5",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-browser": "^2.0.1",
|
||||
"npmts": "^5.1.5"
|
||||
"gulp-browser": "^2.1.4",
|
||||
"npmts": "^5.1.8"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
import * as plugins from "./beautylog.plugins";
|
||||
import {logNode} from "./beautylog.log.helpers";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
import * as plugins from "./beautylog.plugins";
|
||||
|
||||
let tableHelpers = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
import plugins = require("./beautylog.plugins");
|
||||
import {activeOra,oraActive} from "./beautylog.classes.ora";
|
||||
let nativeLog = console.log;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
import plugins = require("./beautylog.plugins");
|
||||
var defaultOptions = {
|
||||
font:"Star Wars",
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
|
||||
import * as plugins from "./beautylog.plugins";
|
||||
import {beautyConsole} from "./beautylog.console";
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
|
||||
import {log} from "./beautylog.log.helpers";
|
||||
export {log} from "./beautylog.log.helpers";
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
|
||||
export let lodash = require("lodash");
|
||||
export let smartenv = require("smartenv");
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
|
||||
import * as plugins from "./beautylog.plugins";
|
||||
import * as BeautylogLog from "./beautylog.log";
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"ambientDependencies": {
|
||||
"globalDependencies": {
|
||||
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts",
|
||||
"mocha": "github:Bartvds/tsd-deftools/typings/DefinitelyTyped/mocha/mocha.d.ts",
|
||||
"colors": "github:DefinitelyTyped/DefinitelyTyped/colors/colors.d.ts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user