now using typedoc

This commit is contained in:
2016-07-15 00:38:41 +02:00
parent cbfbd4ee67
commit 24701afcb2
11 changed files with 91 additions and 71 deletions

View File

@@ -29,10 +29,10 @@
},
"homepage": "https://gitlab.com/pushrocks/npmts#readme",
"dependencies": {
"@types/minimatch": "^2.0.27-alpha",
"@types/q": "0.0.26-alpha",
"@types/shelljs": "^0.3.26-alpha",
"beautylog": "5.0.13",
"@types/minimatch": "*",
"@types/q": "*",
"@types/shelljs": "*",
"beautylog": "5.0.14",
"early": "^2.0.13",
"esdoc": "^0.4.7",
"gulp": "3.9.1",
@@ -44,6 +44,7 @@
"gulp-mocha": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-typedoc": "^2.0.0",
"lodash": "^4.13.1",
"merge2": "1.0.2",
"projectinfo": "1.0.3",
@@ -56,8 +57,9 @@
"smartfile": "4.0.10",
"smartpath": "3.2.2",
"smartstring": "^2.0.14",
"source-map-support": "^0.4.1",
"source-map-support": "^0.4.2",
"tsn": "^1.0.6",
"typedoc": "^0.4.4",
"typescript": "^2.0.0-dev.20160630",
"typings-global": "*"
},