Compare commits

...

8 Commits

Author SHA1 Message Date
871990725d 5.0.2 2016-04-05 00:45:56 +02:00
d46bb18893 update deps 2016-04-05 00:45:50 +02:00
d8fb9747cd 5.0.1 2016-04-05 00:31:25 +02:00
53209b18a9 update des 2016-04-05 00:31:17 +02:00
3e3561f4bb 5.0.0 2016-04-04 23:19:50 +02:00
099b513e0a update deps 2016-04-04 23:19:34 +02:00
cf15c428c1 4.0.3 2016-04-04 22:58:08 +02:00
3bd876a201 update deps 2016-04-04 22:57:50 +02:00

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "4.0.2",
"version": "5.0.2",
"description": "write npm modules with TypeScript",
"main": "dist/index.js",
"bin": {
@ -25,29 +25,29 @@
},
"homepage": "https://github.com/pushrocks/npmts#readme",
"dependencies": {
"beautylog": "3.1.2",
"beautylog": "4.1.0",
"fs-extra": "^0.26.7",
"gulp": "3.9.1",
"gulp-codecov": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-function": "^1.2.0",
"gulp-function": "^1.2.3",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-jsdoc3": "^0.2.1",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "2.12.1",
"gulp-typings": "1.3.0",
"merge2": "1.0.1",
"gulp-typescript": "2.12.2",
"gulp-typings": "1.3.1",
"merge2": "1.0.2",
"projectinfo": "1.0.1",
"q": "^1.4.1",
"shelljs": "^0.6.0",
"smartci": "0.0.1",
"smartcli": "0.0.11",
"smartcov": "0.0.4",
"smartenv": "1.2.0",
"smartfile": "2.2.0",
"smartpath": "3.0.3",
"smartenv": "1.2.1",
"smartfile": "3.0.2",
"smartpath": "3.1.3",
"source-map-support": "^0.4.0"
},
"devDependencies": {}