File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
"description" : " A code sample that illustrates usage of the API for @microsoft/tsdoc" ,
6
6
"license" : " MIT" ,
7
7
"dependencies" : {
8
- "@microsoft/tsdoc" : " 0.12.14 " ,
8
+ "@microsoft/tsdoc" : " 0.12.15 " ,
9
9
"@types/node" : " 10.7.1" ,
10
10
"colors" : " ~1.3.3"
11
11
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-tsdoc" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " An ESLint plugin that validates TypeScript doc comments" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
26
26
"test" : " node lib/tests/index.js"
27
27
},
28
28
"dependencies" : {
29
- "@microsoft/tsdoc" : " 0.12.14 "
29
+ "@microsoft/tsdoc" : " 0.12.15 "
30
30
},
31
31
"devDependencies" : {
32
32
"@rushstack/eslint-config" : " 0.4.0" ,
Original file line number Diff line number Diff line change 10
10
"start" : " node node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.dev.config.js --open"
11
11
},
12
12
"dependencies" : {
13
- "@microsoft/tsdoc" : " 0.12.14 " ,
13
+ "@microsoft/tsdoc" : " 0.12.15 " ,
14
14
"@types/react" : " 16.9.11" ,
15
15
"@types/react-dom" : " 16.9.3" ,
16
16
"promise" : " ~8.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/tsdoc" ,
3
- "version" : " 0.12.14 " ,
3
+ "version" : " 0.12.15 " ,
4
4
"description" : " A parser for the TypeScript doc comment syntax" ,
5
5
"keywords" : [
6
6
" TypeScript" ,
You can’t perform that action at this time.
0 commit comments