This commit is contained in:
Ken 2019-06-20 10:24:11 -07:00
Родитель e43f3ce063
Коммит 3dab8907dc
5 изменённых файлов: 11 добавлений и 12 удалений

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

@ -1,8 +0,0 @@
{
"comment": "yo",
"type": "patch",
"packageName": "just-scripts",
"email": "kchau@microsoft.com",
"commit": "3abe970147905d68aa909023dd58a2794864d875",
"date": "2019-06-20T17:23:58.051Z"
}

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

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

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

@ -1,6 +1,13 @@
# Changelog - just-scripts
This log was last generated on Tue, 18 Jun 2019 06:34:34 GMT and should not be manually modified.
This log was last generated on Thu, 20 Jun 2019 17:24:11 GMT and should not be manually modified.
## 0.23.2
Thu, 20 Jun 2019 17:24:11 GMT
### Patches
- yo (kchau@microsoft.com)
## 0.23.1
Tue, 18 Jun 2019 06:34:34 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.23.1",
"version": "0.23.2",
"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.23.1",
"just-scripts": "^0.23.2",
"just-task": "^0.11.0",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",