This commit is contained in:
kchau@microsoft.com 2019-06-12 22:24:44 +00:00
Родитель 6610b4d18c
Коммит 1c0cc2a4c5
5 изменённых файлов: 11 добавлений и 12 удалений

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

@ -1,8 +0,0 @@
{
"comment": "supports tsc build project ref mode",
"type": "minor",
"packageName": "just-scripts",
"email": "kchau@microsoft.com",
"commit": "0279043cfdbb34a839cd1b7b9f889682f41301a0",
"date": "2019-06-12T18:31:02.038Z"
}

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

@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"just-scripts": ">=0.20.0 <1.0.0",
"just-scripts": ">=0.21.0 <1.0.0",
"typescript": "~3.4.4"
}
}

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

@ -1,6 +1,13 @@
# Changelog - just-scripts
This log was last generated on Wed, 12 Jun 2019 02:03:29 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jun 2019 22:24:44 GMT and should not be manually modified.
## 0.21.0
Wed, 12 Jun 2019 22:24:44 GMT
### Minor
- supports tsc build project ref mode (kchau@microsoft.com)
## 0.20.0
Wed, 12 Jun 2019 02:03:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.20.0",
"version": "0.21.0",
"description": "Just Stack Scripts",
"repository": {
"type": "git",

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

@ -25,7 +25,7 @@
"just-scripts-utils": "^0.8.1",
"@types/jest": "^24.0.0",
"jest": "^24.0.0",
"just-scripts": "^0.20.0",
"just-scripts": "^0.21.0",
"just-task": "^0.10.0",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",