This commit is contained in:
Rushbot 2020-01-21 21:26:36 +00:00
Родитель a9df879a51
Коммит 4f3e575d42
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-tsdoc",
"version": "0.2.0",
"version": "0.2.1",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
@ -27,7 +27,7 @@
},
"dependencies": {
"@microsoft/tsdoc": "0.12.16",
"@microsoft/tsdoc-config": "0.12.16"
"@microsoft/tsdoc-config": "0.13.0"
},
"devDependencies": {
"@rushstack/eslint-config": "0.4.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/tsdoc-config",
"version": "0.12.16",
"version": "0.13.0",
"description": "A loader for the tsdoc.json file",
"keywords": [
"TypeScript",