This commit is contained in:
Garrett Serack 2019-11-18 09:28:57 -08:00
Родитель 77bcb07cbf
Коммит 7f28b89944
7 изменённых файлов: 14 добавлений и 6 удалений

1
.vscode/settings.json поставляемый
Просмотреть файл

@ -1,5 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"typescript.tsdk": "C:/Users/garretts/AppData/Local/nvs/default/node_modules/typescript/lib",
"files.eol": "\n",
"files.exclude": {
"**/common/temp/**": true,

@ -1 +1 @@
Subproject commit fbf772d7844e9b04e6453b25a0ee2de63750b36e
Subproject commit bf723210fed1919dd615c7f900f6e6028ce07631

@ -1 +1 @@
Subproject commit e9fd5d0a38c1c5faf94c11c4468f5afa993464c6
Subproject commit fc074d3b5653bfa756f625d12def910015893b32

@ -1 +1 @@
Subproject commit 6dcc99088d697a2f4320428bdebe1f66854369fa
Subproject commit 9e593a2c68a986eb7a8811cc6b7733e2436b6c9a

@ -1 +1 @@
Subproject commit d5ecc21cb88b3a9d30eb1b3ac097f07f7ea3951c
Subproject commit 63b8b25758b04d9f9fe3e5379456dc4aca406231

2
perks

@ -1 +1 @@
Subproject commit c62b56de307207d25c5a388e659c5d5dd7ebc542
Subproject commit c75d317b288b146eb65ce63fb0c9b276e83a2659

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

@ -60,7 +60,7 @@
* Specify a SemVer range to ensure developers use a NodeJS version that is appropriate
* for your repo.
*/
"nodeSupportedVersionRange": ">=10.13.0 <11.0.0",
"nodeSupportedVersionRange": ">=10.13.0 <13.0.0",
/**
* If you would like the version specifiers for your dependencies to be consistent, then
* uncomment this line. This is effectively similar to running "rush check" before any
@ -395,6 +395,13 @@
"projectFolder": "autorest.powershell/powershell",
"reviewCategory": "production",
"shouldPublish": true
},
/* sputnik */
{
"packageName": "@autorest/sputnik",
"projectFolder": "autorest.sputnik/sputnik",
"reviewCategory": "development",
"shouldPublish": true
}
]
}