Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ an issue or create a pull requests:<br>
## License

Copyright (c) 2015 [Sebastian Lenz](http://typedoc.org).<br>
Copyright (c) 2016-2017 [TypeDoc Contributors](https://github.com/TypeStrong/typedoc/graphs/contributors).<br>
Licensed under the Apache License 2.0.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"node": ">= 4.2.0"
},
"dependencies": {
"@types/fs-extra": "0.0.33",
"@types/fs-extra": "^2.0.0",
"@types/handlebars": "^4.0.31",
"@types/highlight.js": "^9.1.8",
"@types/lodash": "^4.14.37",
"@types/marked": "0.0.28",
"@types/minimatch": "^2.0.29",
"@types/shelljs": "^0.3.32",
"@types/shelljs": "^0.7.0",
"fs-extra": "^2.0.0",
"handlebars": "4.0.5",
"handlebars": "^4.0.6",
"highlight.js": "^9.0.0",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"minimatch": "^3.0.0",
"progress": "^1.1.8",
"progress": "^2.0.0",
"shelljs": "^0.7.0",
"typedoc-default-themes": "^0.4.2",
"typescript": "2.2.2"
Expand All @@ -58,10 +58,10 @@
"grunt-mocha-istanbul": "^5.0.1",
"grunt-string-replace": "^1.2.0",
"grunt-ts": "^5.5.1",
"grunt-tslint": "^4.0.1",
"grunt-tslint": "^5.0.1",
"istanbul": "^0.4.1",
"mocha": "^3.0.2",
"tslint": "^4.4.2"
"tslint": "^5.1.0"
},
"files": [
"bin",
Expand Down
11 changes: 0 additions & 11 deletions src/lib/converter/plugins/GitHubPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ import {Context} from '../context';
import {Option} from '../../utils/component';
import {ParameterType} from '../../utils/options/declaration';

// This should be removed when @typings/shelljs typings are updated to the shelljs version being used
declare module 'shelljs' {
// `stdout` was added in:
// https://github.com/shelljs/shelljs/commit/8a7f7ceec4d3a77a9309d935755675ac368b1eda#diff-c3bfabb5e6987aa21bc75ffd95a162d6
// As of 2016-10-16, DefinitelyTyped's defs are for shelljs v0.3.0, but we're on 0.7.0
interface ExecOutputReturnValue {
stdout: string;
stderr: string;
}
}

/**
* Stores data of a repository.
*/
Expand Down
1 change: 1 addition & 0 deletions src/test/renderer/specs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ <h2 id="contributing">Contributing</h2>
<a href="https://github.com/TypeStrong/typedoc">https://github.com/TypeStrong/typedoc</a></p>
<h2 id="license">License</h2>
<p>Copyright (c) 2015 <a href="http://typedoc.org">Sebastian Lenz</a>.<br>
Copyright (c) 2016-2017 <a href="https://github.com/TypeStrong/typedoc/graphs/contributors">TypeDoc Contributors</a>.<br>
Licensed under the Apache License 2.0.</p>
</div>
</div>
Expand Down