now has uptodate dependencies
This commit is contained in:
parent
995161dd54
commit
94c0663980
@ -38,7 +38,7 @@
|
|||||||
"gulp-replace": "^0.5.4",
|
"gulp-replace": "^0.5.4",
|
||||||
"gulp-sourcemaps": "^2.0.0-alpha",
|
"gulp-sourcemaps": "^2.0.0-alpha",
|
||||||
"gulp-typescript": "2.13.0",
|
"gulp-typescript": "2.13.0",
|
||||||
"gulp-typings": "1.3.5",
|
"gulp-typings": "1.3.6",
|
||||||
"lodash": "^4.11.1",
|
"lodash": "^4.11.1",
|
||||||
"merge2": "1.0.2",
|
"merge2": "1.0.2",
|
||||||
"projectinfo": "1.0.1",
|
"projectinfo": "1.0.1",
|
||||||
@ -49,8 +49,8 @@
|
|||||||
"smartcov": "0.0.6",
|
"smartcov": "0.0.6",
|
||||||
"smartenv": "1.2.2",
|
"smartenv": "1.2.2",
|
||||||
"smartfile": "3.0.5",
|
"smartfile": "3.0.5",
|
||||||
"smartpath": "3.2.0",
|
"smartpath": "3.2.1",
|
||||||
"smartstring": "^1.0.2",
|
"smartstring": "^1.0.3",
|
||||||
"source-map-support": "^0.4.0"
|
"source-map-support": "^0.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
|
@ -25,6 +25,6 @@ export let smartcli = require("smartcli");
|
|||||||
export let smartcov = require("smartcov");
|
export let smartcov = require("smartcov");
|
||||||
export let smartenv = require("smartenv");
|
export let smartenv = require("smartenv");
|
||||||
export let smartfile = require("smartfile");
|
export let smartfile = require("smartfile");
|
||||||
export let smartpath = require("smartpath");
|
export import smartpath = require("smartpath");
|
||||||
export let smartstring = require("smartstring");
|
export import smartstring = require("smartstring");
|
||||||
export let sourceMapSupport = require("source-map-support").install(); // this is required to display errors correctly during testing
|
export let sourceMapSupport = require("source-map-support").install(); // this is required to display errors correctly during testing
|
Loading…
Reference in New Issue
Block a user