This commit is contained in:
kchau@microsoft.com 2019-07-01 20:15:20 +00:00
Родитель 7639e5d947
Коммит 90d9c58aef
18 изменённых файлов: 45 добавлений и 58 удалений

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

@ -1,8 +0,0 @@
{
"comment": "introduce ESLint to sources",
"type": "none",
"packageName": "create-just",
"email": "43081j@users.noreply.github.com",
"commit": "19211c379e02315b1e6b542544ab5e424148b162",
"date": "2019-06-30T21:00:45.880Z"
}

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

@ -1,8 +0,0 @@
{
"comment": "introduce ESLint to sources",
"type": "patch",
"packageName": "just-scripts",
"email": "43081j@users.noreply.github.com",
"commit": "19211c379e02315b1e6b542544ab5e424148b162",
"date": "2019-06-30T21:02:26.758Z"
}

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

@ -1,8 +0,0 @@
{
"comment": "introduce ESLint to sources",
"type": "patch",
"packageName": "just-scripts-utils",
"email": "43081j@users.noreply.github.com",
"commit": "19211c379e02315b1e6b542544ab5e424148b162",
"date": "2019-06-30T21:01:37.155Z"
}

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

@ -1,8 +0,0 @@
{
"comment": "introduce ESLint to sources",
"type": "patch",
"packageName": "just-task",
"email": "43081j@users.noreply.github.com",
"commit": "19211c379e02315b1e6b542544ab5e424148b162",
"date": "2019-06-30T21:03:35.508Z"
}

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

@ -1,8 +0,0 @@
{
"comment": "introduce ESLint to sources",
"type": "none",
"packageName": "just-task-logger",
"email": "43081j@users.noreply.github.com",
"commit": "19211c379e02315b1e6b542544ab5e424148b162",
"date": "2019-06-30T21:02:39.858Z"
}

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

@ -1,6 +1,9 @@
# Changelog - create-just
This log was last generated on Wed, 26 Jun 2019 22:14:30 GMT and should not be manually modified.
This log was last generated on Mon, 01 Jul 2019 20:15:20 GMT and should not be manually modified.
## 0.9.1
Mon, 01 Jul 2019 20:15:20 GMT
## 0.9.1
Wed, 26 Jun 2019 22:14:30 GMT

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

@ -28,6 +28,6 @@
"webpack": "~4.29.5",
"webpack-cli": "^3.2.1",
"ts-loader": "^5.3.3",
"just-scripts-utils": ">=0.8.1 <1.0.0"
"just-scripts-utils": ">=0.8.2 <1.0.0"
}
}

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

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

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

@ -1,6 +1,13 @@
# Changelog - just-scripts-utils
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 Mon, 01 Jul 2019 20:15:20 GMT and should not be manually modified.
## 0.8.2
Mon, 01 Jul 2019 20:15:20 GMT
### Patches
- introduce ESLint to sources (43081j@users.noreply.github.com)
## 0.8.1
Wed, 12 Jun 2019 02:03:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts-utils",
"version": "0.8.1",
"version": "0.8.2",
"description": "Utilities for Just stack scripts",
"repository": {
"type": "git",

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

@ -1,6 +1,13 @@
# Changelog - just-scripts
This log was last generated on Mon, 01 Jul 2019 18:55:04 GMT and should not be manually modified.
This log was last generated on Mon, 01 Jul 2019 20:15:20 GMT and should not be manually modified.
## 0.24.2
Mon, 01 Jul 2019 20:15:20 GMT
### Patches
- introduce ESLint to sources (43081j@users.noreply.github.com)
## 0.24.1
Mon, 01 Jul 2019 18:55:04 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.24.1",
"version": "0.24.2",
"description": "Just Stack Scripts",
"repository": {
"type": "git",
@ -19,8 +19,8 @@
"diff-match-patch": "1.0.4",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"just-scripts-utils": ">=0.8.1 <1.0.0",
"just-task": ">=0.11.1 <1.0.0",
"just-scripts-utils": ">=0.8.2 <1.0.0",
"just-task": ">=0.11.2 <1.0.0",
"npm-registry-fetch": "^3.9.0",
"prompts": "^2.0.1",
"run-parallel-limit": "^1.0.5",

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

@ -23,6 +23,6 @@
"jest": "^24.0.0",
"jest-expect-message": "^1.0.2",
"json5": "^2.1.0",
"just-scripts-utils": "0.8.1"
"just-scripts-utils": "0.8.2"
}
}

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

@ -22,11 +22,11 @@
"glob": "^7.1.3",
"jest-expect-message": "^1.0.2",
"json5": "^2.1.0",
"just-scripts-utils": "^0.8.1",
"just-scripts-utils": "^0.8.2",
"@types/jest": "^24.0.0",
"jest": "^24.0.0",
"just-scripts": "^0.24.1",
"just-task": "^0.11.1",
"just-scripts": "^0.24.2",
"just-task": "^0.11.2",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",
"typescript": "^3.2.4"

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

@ -42,7 +42,7 @@
"webpack-dev-server": "^3.1.14"
},
"devDependencies": {
"just-scripts-utils": "^0.8.1"
"just-scripts-utils": "^0.8.2"
},
"just-stack": true
}

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

@ -1,6 +1,9 @@
# Change Log - just-task-logger
# Changelog - just-task-logger
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Mon, 01 Jul 2019 20:15:20 GMT and should not be manually modified.
## 0.2.1
Mon, 01 Jul 2019 20:15:20 GMT
## 0.2.1
Wed, 15 May 2019 18:44:04 GMT

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

@ -1,6 +1,13 @@
# Changelog - just-task
This log was last generated on Mon, 01 Jul 2019 18:55:04 GMT and should not be manually modified.
This log was last generated on Mon, 01 Jul 2019 20:15:20 GMT and should not be manually modified.
## 0.11.2
Mon, 01 Jul 2019 20:15:20 GMT
### Patches
- introduce ESLint to sources (43081j@users.noreply.github.com)
## 0.11.1
Mon, 01 Jul 2019 18:55:04 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "0.11.1",
"version": "0.11.2",
"description": "Build task definition library",
"keywords": [],
"repository": {