Compare commits

...

2 Commits

Author SHA1 Message Date
e75de7590e 5.1.5 2016-05-01 22:26:14 +02:00
94c0663980 now has uptodate dependencies 2016-05-01 22:26:01 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "5.1.4",
"version": "5.1.5",
"description": "write npm modules with TypeScript",
"main": "dist/index.js",
"bin": {
@ -38,7 +38,7 @@
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-typescript": "2.13.0",
"gulp-typings": "1.3.5",
"gulp-typings": "1.3.6",
"lodash": "^4.11.1",
"merge2": "1.0.2",
"projectinfo": "1.0.1",
@ -49,8 +49,8 @@
"smartcov": "0.0.6",
"smartenv": "1.2.2",
"smartfile": "3.0.5",
"smartpath": "3.2.0",
"smartstring": "^1.0.2",
"smartpath": "3.2.1",
"smartstring": "^1.0.3",
"source-map-support": "^0.4.0"
},
"devDependencies": {}

View File

@ -25,6 +25,6 @@ export let smartcli = require("smartcli");
export let smartcov = require("smartcov");
export let smartenv = require("smartenv");
export let smartfile = require("smartfile");
export let smartpath = require("smartpath");
export let smartstring = require("smartstring");
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