Skip to content

Commit

Permalink
v23.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n committed Aug 15, 2023
1 parent 57cbe56 commit 340a74f
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 262 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pnpm dev

## How it works

You can change your images in `public/images`. After that update list of images in [`images.json`](src/components/images.json). If you want you can use [this tool](https://github.com/AREA44/node-getImages) to genarate a `images.json`.
You can change your images in `public/images`. After that update list of images in [`images.json`](src/components/images.json). If you want you can use [this tool](https://github.com/AREA44/node-image-meta-fetcher) to genarate a `images.json`.

## License

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-multiverse",
"version": "23.8.10",
"version": "23.8.15",
"private": true,
"license": "CCA-3.0",
"author": {
Expand All @@ -15,11 +15,11 @@
"start": "astro dev"
},
"dependencies": {
"astro": "^2.8.3"
"astro": "^2.10.7"
},
"devDependencies": {
"astro-compress": "^2.0.2",
"astro-critters": "^2.0.2",
"astro-compress": "^2.0.10",
"astro-critters": "^2.0.8",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0"
},
Expand Down
Loading

0 comments on commit 340a74f

Please sign in to comment.