Skip to content

Commit

Permalink
chore: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Dec 16, 2023
1 parent d10ac31 commit a8d8137
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "vite-plugin-vue-layouts",
"version": "0.9.1",
"version": "0.10.0",
"description": "Router based layout plugin for Vite and Vue",
"author": "johncampionjr <npm@relate.dev>",
"license": "MIT",
"homepage": "https://github.com/johncampionjr/vite-plugin-vue-layouts",
"repository": {
"type": "git",
"url": "https://github.com/johncampionjr/vite-plugin-vue-layouts"
},
"author": "johncampionjr <npm@relate.dev>",
"files": [
"dist",
"client.d.ts"
],
"bugs": "https://github.com/johncampionjr/vite-plugin-vue-layouts",
"exports": {
"./client": {
"types": "./client.d.ts"
},
"./*": "./*",
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://github.com/johncampionjr/vite-plugin-vue-layouts",
"bugs": "https://github.com/johncampionjr/vite-plugin-vue-layouts",
"files": [
"client.d.ts",
"dist"
],
"scripts": {
"dev": "npm run build -- --watch",
"build": "tsup src/index.ts --dts --format cjs,esm",
Expand Down

0 comments on commit a8d8137

Please sign in to comment.