This commit is contained in:
Philipp Kunz 2016-07-01 05:44:34 +02:00
parent 8f57bf4dd5
commit 778f057d87
3 changed files with 4 additions and 5 deletions

View File

@ -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 import tsn = require("tsn");
export declare let tsn: any;

View File

@ -12,8 +12,7 @@
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
"check": "(cd test && node ../dist/index.js)",
"checkVersion": "(cd test/ && node ../dist/index.js -v)",
"checkNoTest": "(cd test && node ../dist/index.js --notest)",
"install": "(mkdir test/)"
"checkNoTest": "(cd test && node ../dist/index.js --notest)"
},
"repository": {
"type": "git",
@ -56,7 +55,7 @@
"smartpath": "3.2.2",
"smartstring": "^2.0.10",
"source-map-support": "^0.4.1",
"tsn": "^1.0.3",
"tsn": "^1.0.4",
"typescript": "^2.0.0-dev.20160630",
"typings-global": "*"
},

View File

@ -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 import tsn = require("tsn");
export let tsn = require("tsn");