Skip to content

Commit 19e9eaa

Browse files
committed
Update meta versions
1 parent 8ebc3c9 commit 19e9eaa

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules
22
_dump
3-
tests/ZolaTest
4-
tests/ZolaSiteTest
3+
examples/ZolaTest
4+
examples/ZolaSiteTest
55

66
dump
77
target

npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zola-bin-darwin-x64",
3-
"version": "0.17.5-preview.1",
3+
"version": "0.19.2-preview.1",
44
"description": "The binary file of Zola",
55
"repository": {
66
"type": "git",

npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zola-bin-linux-x64-gnu",
3-
"version": "0.17.5-preview.1",
3+
"version": "0.19.2-preview.1",
44
"description": "The binary file of Zola",
55
"repository": {
66
"type": "git",

npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zola-bin-win32-x64-msvc",
3-
"version": "0.17.5-preview.1",
3+
"version": "0.19.2-preview.1",
44
"description": "The binary file of Zola",
55
"repository": {
66
"type": "git",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zola-bin",
3-
"version": "0.4.0-preview.1",
3+
"version": "1.0.0-preview.1",
44
"author": "U-C-S",
55
"license": "MIT",
66
"description": "Zola, A Static Site Generator, as a NPM Package",
@@ -65,9 +65,9 @@
6565
"framework"
6666
],
6767
"optionalDependencies": {
68-
"zola-bin-darwin-x64": "0.17.5-preview.1",
69-
"zola-bin-linux-x64-gnu": "0.17.5-preview.1",
70-
"zola-bin-win32-x64-msvc": "0.17.5-preview.1"
68+
"zola-bin-darwin-x64": "0.19.2-preview.1",
69+
"zola-bin-linux-x64-gnu": "0.19.2-preview.1",
70+
"zola-bin-win32-x64-msvc": "0.19.2-preview.1"
7171
},
7272
"directories": {
7373
"example": "examples",

src/create-zola-site/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "create-zola-site",
3-
"version": "0.1.5",
3+
"version": "0.2.0-preview.1",
44
"author": "U-C-S",
55
"license": "MIT",
66
"description": "Create Zola-based websites with one command",
7-
"homepage": "https://github.com/U-C-S/zola-tools",
7+
"homepage": "https://github.com/U-C-S/zola-npm",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/U-C-S/zola-tools",
11-
"directory": "packages/create-zola-site"
10+
"url": "https://github.com/U-C-S/zola-npm",
11+
"directory": "src/create-zola-site"
1212
},
1313
"type": "module",
1414
"bin": {
1515
"create-zola-site": "./index.js"
1616
},
1717
"dependencies": {
1818
"prompts": "^2.4.2",
19-
"validate-npm-package-name": "^5.0.0",
20-
"yargs": "^17.7.1"
19+
"validate-npm-package-name": "^6.0.0",
20+
"yargs": "^17.7.2"
2121
},
2222
"devDependencies": {
23-
"zola-bin": "^0.3.7"
23+
"zola-bin": "^1.0.0-preview.1"
2424
},
2525
"engines": {
26-
"node": ">=14.0.0"
26+
"node": ">=20.0.0"
2727
},
2828
"keywords": [
2929
"zola",

0 commit comments

Comments
 (0)