This commit is contained in:
Ken 2019-06-17 22:09:00 -07:00
Родитель 0399995f4b
Коммит 1e511cbbd8
5 изменённых файлов: 11 добавлений и 12 удалений

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

@ -1,8 +0,0 @@
{
"comment": "New task: ESLint",
"type": "minor",
"packageName": "just-scripts",
"email": "kchau@microsoft.com",
"commit": "0ba878bafd49da9805b8cca1416dcac359ef0ab1",
"date": "2019-06-18T05:04:54.744Z"
}

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

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

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

@ -1,6 +1,13 @@
# Changelog - just-scripts
This log was last generated on Fri, 14 Jun 2019 17:24:38 GMT and should not be manually modified.
This log was last generated on Tue, 18 Jun 2019 05:09:00 GMT and should not be manually modified.
## 0.23.0
Tue, 18 Jun 2019 05:09:00 GMT
### Minor
- New task: ESLint (kchau@microsoft.com)
## 0.22.1
Fri, 14 Jun 2019 17:24:38 GMT

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

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