This commit is contained in:
Ken 2019-01-22 14:31:23 -08:00
Родитель 00a89db1e6
Коммит 86af1b689b
10 изменённых файлов: 50 добавлений и 29 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts-utils",
"comment": "move utils from scripts to here",
"type": "minor"
}
],
"packageName": "just-scripts-utils",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "move utils from scripts to here, get rid of preset dep",
"type": "minor"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

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

@ -24,6 +24,6 @@
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"ts-loader": "^5.3.3",
"just-scripts-utils": ">=0.2.2 <1.0.0"
"just-scripts-utils": ">=0.3.0 <1.0.0"
}
}

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

@ -11,7 +11,7 @@
"license": "ISC",
"devDependencies": {
"just-task": ">=0.7.6 <1.0.0",
"just-scripts": ">=0.6.0 <1.0.0",
"just-scripts": ">=0.7.0 <1.0.0",
"typescript": "^3.2.4"
}
}

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

@ -1,6 +1,18 @@
{
"name": "just-scripts-utils",
"entries": [
{
"version": "0.3.0",
"tag": "just-scripts-utils_v0.3.0",
"date": "Tue, 22 Jan 2019 22:31:23 GMT",
"comments": {
"minor": [
{
"comment": "move utils from scripts to here"
}
]
}
},
{
"version": "0.2.2",
"tag": "just-scripts-utils_v0.2.2",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts-utils
This log was last generated on Mon, 21 Jan 2019 03:27:17 GMT and should not be manually modified.
This log was last generated on Tue, 22 Jan 2019 22:31:23 GMT and should not be manually modified.
## 0.3.0
Tue, 22 Jan 2019 22:31:23 GMT
### Minor changes
- move utils from scripts to here
## 0.2.2
Mon, 21 Jan 2019 03:27:17 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts-utils",
"version": "0.2.2",
"version": "0.3.0",
"description": "",
"main": "./lib/index.js",
"scripts": {

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

@ -1,6 +1,23 @@
{
"name": "just-scripts",
"entries": [
{
"version": "0.7.0",
"tag": "just-scripts_v0.7.0",
"date": "Tue, 22 Jan 2019 22:31:23 GMT",
"comments": {
"minor": [
{
"comment": "move utils from scripts to here, get rid of preset dep"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.2.2 <1.0.0` to `>=0.3.0 <1.0.0`"
}
]
}
},
{
"version": "0.6.0",
"tag": "just-scripts_v0.6.0",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts
This log was last generated on Tue, 22 Jan 2019 21:28:18 GMT and should not be manually modified.
This log was last generated on Tue, 22 Jan 2019 22:31:23 GMT and should not be manually modified.
## 0.7.0
Tue, 22 Jan 2019 22:31:23 GMT
### Minor changes
- move utils from scripts to here, get rid of preset dep
## 0.6.0
Tue, 22 Jan 2019 21:28:18 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.6.0",
"version": "0.7.0",
"description": "Just Stack Scripts",
"keywords": [],
"author": "",
@ -9,7 +9,7 @@
"dependencies": {},
"devDependencies": {
"just-task": ">=0.7.6 <1.0.0",
"just-scripts-utils": ">=0.2.2 <1.0.0",
"just-scripts-utils": ">=0.3.0 <1.0.0",
"@types/fs-extra": "^5.0.4",
"@types/handlebars": "^4.0.39",
"@types/jest": "^23.3.13",