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 b039f34 commit 7b68904Copy full SHA for 7b68904
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "arnoson/kirby-vite",
3
"description": "Vite helper for Kirby CMS",
4
- "version": "5.2.0",
+ "version": "5.2.1",
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