We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006e0ef commit 7fa2ef0Copy full SHA for 7fa2ef0
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "arnoson/kirby-vite",
3
"description": "Vite helper for Kirby CMS",
4
- "version": "5.3.1",
+ "version": "5.4.0",
5
"type": "kirby-plugin",
6
"license": "MIT",
7
"authors": [
package.json
@@ -1,5 +1,5 @@
"scripts": {
"test": "composer run test",
"release": "bumpp",
packages/vite-plugin-kirby/package.json
@@ -1,6 +1,6 @@
"name": "vite-plugin-kirby",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
0 commit comments