This commit is contained in:
Ken 2019-01-17 15:10:46 -08:00
Родитель 7c5d813694
Коммит 965bcad2fa
9 изменённых файлов: 51 добавлений и 26 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "create-just",
"comment": "Added: basic lib generation",
"type": "minor"
}
],
"packageName": "create-just",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-task-preset",
"comment": "Fixed: presets to not have direct deps on anything",
"type": "patch"
}
],
"packageName": "just-task-preset",
"email": "kchau@microsoft.com"
}

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

@ -0,0 +1,17 @@
{
"name": "create-just",
"entries": [
{
"version": "0.1.0",
"tag": "create-just_v0.1.0",
"date": "Thu, 17 Jan 2019 23:10:46 GMT",
"comments": {
"minor": [
{
"comment": "Added: basic lib generation"
}
]
}
}
]
}

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

@ -0,0 +1,11 @@
# Change Log - create-just
This log was last generated on Thu, 17 Jan 2019 23:10:46 GMT and should not be manually modified.
## 0.1.0
Thu, 17 Jan 2019 23:10:46 GMT
### Minor changes
- Added: basic lib generation

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

@ -1,6 +1,6 @@
{
"name": "create-just",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "dist/create-just.js",
"bin": {

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

@ -11,7 +11,7 @@
"license": "ISC",
"devDependencies": {
"just-task": ">=0.7.5 <1.0.0",
"just-task-preset": ">=0.6.5 <1.0.0",
"just-task-preset": ">=0.6.6 <1.0.0",
"typescript": "^3.2.2"
}
}

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

@ -1,6 +1,18 @@
{
"name": "just-task-preset",
"entries": [
{
"version": "0.6.6",
"tag": "just-task-preset_v0.6.6",
"date": "Thu, 17 Jan 2019 23:10:46 GMT",
"comments": {
"patch": [
{
"comment": "Fixed: presets to not have direct deps on anything"
}
]
}
},
{
"version": "0.6.5",
"tag": "just-task-preset_v0.6.5",

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

@ -1,6 +1,13 @@
# Change Log - just-task-preset
This log was last generated on Wed, 16 Jan 2019 21:43:43 GMT and should not be manually modified.
This log was last generated on Thu, 17 Jan 2019 23:10:46 GMT and should not be manually modified.
## 0.6.6
Thu, 17 Jan 2019 23:10:46 GMT
### Patches
- Fixed: presets to not have direct deps on anything
## 0.6.5
Wed, 16 Jan 2019 21:43:43 GMT

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

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