This commit is contained in:
Ken 2018-12-11 19:04:50 -08:00
Родитель 7ec7d9fc44
Коммит db1b0ec53c
10 изменённых файлов: 50 добавлений и 40 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-task-preset",
"comment": "Fixed resolution logic",
"type": "patch"
}
],
"packageName": "just-task-preset",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"comment": "",
"packageName": "just-task",
"type": "none"
}
],
"packageName": "just-task",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-task",
"comment": "Fixed resolution logic",
"type": "patch"
}
],
"packageName": "just-task",
"email": "kchau@microsoft.com"
}

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

@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"just-task": ">=0.6.0 <1.0.0",
"just-task-preset": ">=0.5.2 <1.0.0",
"just-task": ">=0.6.1 <1.0.0",
"just-task-preset": ">=0.5.3 <1.0.0",
"typescript": "^3.2.2"
}
}

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

@ -1,6 +1,23 @@
{
"name": "just-task-preset",
"entries": [
{
"version": "0.5.3",
"tag": "just-task-preset_v0.5.3",
"date": "Wed, 12 Dec 2018 03:04:50 GMT",
"comments": {
"patch": [
{
"comment": "Fixed resolution logic"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-task\" from `>=0.6.0 <1.0.0` to `>=0.6.1 <1.0.0`"
}
]
}
},
{
"version": "0.5.2",
"tag": "just-task-preset_v0.5.2",

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

@ -1,6 +1,13 @@
# Change Log - just-task-preset
This log was last generated on Wed, 12 Dec 2018 02:40:54 GMT and should not be manually modified.
This log was last generated on Wed, 12 Dec 2018 03:04:50 GMT and should not be manually modified.
## 0.5.3
Wed, 12 Dec 2018 03:04:50 GMT
### Patches
- Fixed resolution logic
## 0.5.2
Wed, 12 Dec 2018 02:40:54 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-task-preset",
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"main": "lib/index.js",
"scripts": {
@ -9,7 +9,7 @@
},
"dependencies": {
"chalk": "^2.4.1",
"just-task": ">=0.6.0 <1.0.0",
"just-task": ">=0.6.1 <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.6.1",
"tag": "just-task_v0.6.1",
"date": "Wed, 12 Dec 2018 03:04:50 GMT",
"comments": {
"patch": [
{
"comment": "Fixed resolution logic"
}
]
}
},
{
"version": "0.6.0",
"tag": "just-task_v0.6.0",

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

@ -1,6 +1,13 @@
# Change Log - just-task
This log was last generated on Sun, 09 Dec 2018 23:01:57 GMT and should not be manually modified.
This log was last generated on Wed, 12 Dec 2018 03:04:50 GMT and should not be manually modified.
## 0.6.1
Wed, 12 Dec 2018 03:04:50 GMT
### Patches
- Fixed resolution logic
## 0.6.0
Sun, 09 Dec 2018 23:01:57 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "lib/index.js",
"typing": "lib/index.d.ts",