This commit is contained in:
Ken 2018-12-11 18:34:29 -08:00
Родитель 3aef0cc3d4
Коммит f5bc332fa3
5 изменённых файлов: 22 добавлений и 14 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-task-preset",
"comment": "Fixed: updates the resolve logic for outdated task to be consistent with just-task.js resolution",
"type": "patch"
}
],
"packageName": "just-task-preset",
"email": "kchau@microsoft.com"
}

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

@ -11,7 +11,7 @@
"license": "ISC",
"devDependencies": {
"just-task": ">=0.6.0 <1.0.0",
"just-task-preset": ">=0.5.0 <1.0.0",
"just-task-preset": ">=0.5.1 <1.0.0",
"typescript": "^3.2.2"
}
}

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

@ -1,6 +1,18 @@
{
"name": "just-task-preset",
"entries": [
{
"version": "0.5.1",
"tag": "just-task-preset_v0.5.1",
"date": "Wed, 12 Dec 2018 02:34:29 GMT",
"comments": {
"patch": [
{
"comment": "Fixed: updates the resolve logic for outdated task to be consistent with just-task.js resolution"
}
]
}
},
{
"version": "0.5.0",
"tag": "just-task-preset_v0.5.0",

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

@ -1,6 +1,13 @@
# Change Log - just-task-preset
This log was last generated on Tue, 11 Dec 2018 18:53:32 GMT and should not be manually modified.
This log was last generated on Wed, 12 Dec 2018 02:34:29 GMT and should not be manually modified.
## 0.5.1
Wed, 12 Dec 2018 02:34:29 GMT
### Patches
- Fixed: updates the resolve logic for outdated task to be consistent with just-task.js resolution
## 0.5.0
Tue, 11 Dec 2018 18:53:32 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-task-preset",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"main": "lib/index.js",
"scripts": {