зеркало из https://github.com/microsoft/just.git
Applying package updates.
This commit is contained in:
Родитель
74ecdbe1fb
Коммит
ed8816e3b5
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "just-task",
|
||||
"comment": "Fixed: set proper exit code for cases where task function exits the process before top level task is reached",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "just-task",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"just-task": ">=0.7.3 <1.0.0",
|
||||
"just-task": ">=0.7.4 <1.0.0",
|
||||
"just-task-preset": ">=0.6.3 <1.0.0",
|
||||
"typescript": "^3.2.2"
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"chalk": "^2.4.1",
|
||||
"just-task": ">=0.7.3 <1.0.0",
|
||||
"just-task": ">=0.7.4 <1.0.0",
|
||||
"glob": "^7.1.3",
|
||||
"resolve": "^1.8.1",
|
||||
"rimraf": "^2.6.2",
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "just-task_v0.7.4",
|
||||
"date": "Sat, 05 Jan 2019 19:16:15 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Fixed: set proper exit code for cases where task function exits the process before top level task is reached"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.7.3",
|
||||
"tag": "just-task_v0.7.3",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-task
|
||||
|
||||
This log was last generated on Sat, 15 Dec 2018 04:42:57 GMT and should not be manually modified.
|
||||
This log was last generated on Sat, 05 Jan 2019 19:16:15 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Sat, 05 Jan 2019 19:16:15 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fixed: set proper exit code for cases where task function exits the process before top level task is reached
|
||||
|
||||
## 0.7.3
|
||||
Sat, 15 Dec 2018 04:42:57 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"typing": "lib/index.d.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче