File tree 4 files changed +8
-17
lines changed
4 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -140,4 +140,5 @@ an issue or create a pull requests:<br>
140
140
## License
141
141
142
142
Copyright (c) 2015 [ Sebastian Lenz] ( http://typedoc.org ) .<br >
143
+ Copyright (c) 2016-2017 [ TypeDoc Contributors] ( https://github.com/TypeStrong/typedoc/graphs/contributors ) .<br >
143
144
Licensed under the Apache License 2.0.
Original file line number Diff line number Diff line change 30
30
"node" : " >= 4.2.0"
31
31
},
32
32
"dependencies" : {
33
- "@types/fs-extra" : " 0 .0.33 " ,
33
+ "@types/fs-extra" : " ^2 .0.0 " ,
34
34
"@types/handlebars" : " ^4.0.31" ,
35
35
"@types/highlight.js" : " ^9.1.8" ,
36
36
"@types/lodash" : " ^4.14.37" ,
37
37
"@types/marked" : " 0.0.28" ,
38
38
"@types/minimatch" : " ^2.0.29" ,
39
- "@types/shelljs" : " ^0.3.32 " ,
39
+ "@types/shelljs" : " ^0.7.0 " ,
40
40
"fs-extra" : " ^2.0.0" ,
41
- "handlebars" : " 4.0.5 " ,
41
+ "handlebars" : " ^ 4.0.6 " ,
42
42
"highlight.js" : " ^9.0.0" ,
43
43
"lodash" : " ^4.13.1" ,
44
44
"marked" : " ^0.3.5" ,
45
45
"minimatch" : " ^3.0.0" ,
46
- "progress" : " ^1.1.8 " ,
46
+ "progress" : " ^2.0.0 " ,
47
47
"shelljs" : " ^0.7.0" ,
48
48
"typedoc-default-themes" : " ^0.4.2" ,
49
49
"typescript" : " 2.2.2"
58
58
"grunt-mocha-istanbul" : " ^5.0.1" ,
59
59
"grunt-string-replace" : " ^1.2.0" ,
60
60
"grunt-ts" : " ^5.5.1" ,
61
- "grunt-tslint" : " ^4 .0.1" ,
61
+ "grunt-tslint" : " ^5 .0.1" ,
62
62
"istanbul" : " ^0.4.1" ,
63
63
"mocha" : " ^3.0.2" ,
64
- "tslint" : " ^4.4.2 "
64
+ "tslint" : " ^5.1.0 "
65
65
},
66
66
"files" : [
67
67
" bin" ,
Original file line number Diff line number Diff line change @@ -9,17 +9,6 @@ import {Context} from '../context';
9
9
import { Option } from '../../utils/component' ;
10
10
import { ParameterType } from '../../utils/options/declaration' ;
11
11
12
- // This should be removed when @typings /shelljs typings are updated to the shelljs version being used
13
- declare module 'shelljs' {
14
- // `stdout` was added in:
15
- // https://github.com/shelljs/shelljs/commit/8a7f7ceec4d3a77a9309d935755675ac368b1eda#diff-c3bfabb5e6987aa21bc75ffd95a162d6
16
- // As of 2016-10-16, DefinitelyTyped's defs are for shelljs v0.3.0, but we're on 0.7.0
17
- interface ExecOutputReturnValue {
18
- stdout : string ;
19
- stderr : string ;
20
- }
21
- }
22
-
23
12
/**
24
13
* Stores data of a repository.
25
14
*/
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ <h2 id="contributing">Contributing</h2>
181
181
< a href ="https://github.com/TypeStrong/typedoc "> https://github.com/TypeStrong/typedoc</ a > </ p >
182
182
< h2 id ="license "> License</ h2 >
183
183
< p > Copyright (c) 2015 < a href ="http://typedoc.org "> Sebastian Lenz</ a > .< br >
184
+ Copyright (c) 2016-2017 < a href ="https://github.com/TypeStrong/typedoc/graphs/contributors "> TypeDoc Contributors</ a > .< br >
184
185
Licensed under the Apache License 2.0.</ p >
185
186
</ div >
186
187
</ div >
You can’t perform that action at this time.
0 commit comments