Skip to content

Commit 6e540be

Browse files
Added entryPoint parameter
1 parent 62fc8ad commit 6e540be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = function (grunt) {
1919
out: 'dist',
2020
name: 'TypeDoc API Documentation',
2121
hideGenerator: true,
22+
entryPoint: 'td',
2223
readme: 'none',
2324
gaID: 'UA-53674298-1',
2425
gaSite: 'typedoc.io',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"grunt-cli": "^0.1.13",
3030
"grunt-contrib-copy": "^0.5.0",
3131
"grunt-gh-pages": "^0.9.1",
32-
"typedoc": "^0.2"
32+
"typedoc": "^0.3.4"
3333
}
3434
}

0 commit comments

Comments
 (0)