Skip to content

Commit

Permalink
^ kaioken, vpk
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Apr 13, 2024
1 parent c72ca3a commit c4073b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaioken",
"version": "0.14.1-1",
"version": "0.15.0",
"description": "A lightweight (<10kb) react-like library for creating web apps with ease.",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-kaioken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-kaioken",
"version": "0.2.3",
"version": "0.3.0",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"peerDependencies": {
"kaioken": ">=0.14.0"
"kaioken": ">=0.15.0"
},
"devDependencies": {
"esbuild": "^0.20.2",
Expand Down

0 comments on commit c4073b7

Please sign in to comment.