small fix
This commit is contained in:
parent
c833374fdd
commit
3e49b365b6
2
dist/npmts.plugins.d.ts
vendored
2
dist/npmts.plugins.d.ts
vendored
@ -22,4 +22,4 @@ export import smartfile = require("smartfile");
|
||||
export import smartpath = require("smartpath");
|
||||
export import smartstring = require("smartstring");
|
||||
export declare let sourceMapSupport: any;
|
||||
export declare let tsn: any;
|
||||
export import tsn = require("tsn");
|
||||
|
@ -55,7 +55,7 @@
|
||||
"smartpath": "3.2.2",
|
||||
"smartstring": "^2.0.10",
|
||||
"source-map-support": "^0.4.1",
|
||||
"tsn": "^1.0.4",
|
||||
"tsn": "^1.0.5",
|
||||
"typescript": "^2.0.0-dev.20160630",
|
||||
"typings-global": "*"
|
||||
},
|
||||
|
@ -22,4 +22,4 @@ export import smartfile = require("smartfile");
|
||||
export import smartpath = require("smartpath");
|
||||
export import smartstring = require("smartstring");
|
||||
export let sourceMapSupport = require("source-map-support").install(); // this is required to display errors correctly during testing
|
||||
export let tsn = require("tsn");
|
||||
export import tsn = require("tsn");
|
Loading…
Reference in New Issue
Block a user