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 cdda981 commit cedf12dCopy full SHA for cedf12d
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "arnoson/kirby-vite",
3
"description": "Vite helper for Kirby CMS",
4
- "version": "4.0.3",
+ "version": "4.0.4",
5
"type": "kirby-plugin",
6
"license": "MIT",
7
"authors": [
package.json
@@ -1,5 +1,5 @@
"scripts": {
"test": "composer run test",
"release": "bumpp -r",
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