update typings

This commit is contained in:
Philipp Kunz 2016-05-20 01:09:18 +02:00
parent abe06c9297
commit 5aa8ef0c5f
10 changed files with 14 additions and 14 deletions

View File

@ -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"
}
}

View File

@ -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";

View File

@ -1,4 +1,4 @@
/// <reference path="./typings/main.d.ts" />
/// <reference path="./typings/index.d.ts" />
import * as plugins from "./beautylog.plugins";
let tableHelpers = {

View File

@ -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;

View File

@ -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",

View File

@ -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";

View File

@ -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";

View File

@ -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");

View File

@ -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";

View File

@ -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"