Skip to content

Commit

Permalink
release: v0.2.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Jun 1, 2022
1 parent 964c557 commit f2ba0c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vite-plugin-laravel/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "vite-plugin-laravel",
"version": "0.2.0-beta.15",
"version": "0.2.0-beta.16",
"author": "Enzo Innocenzi",
"license": "MIT",
"exports": {
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
Expand All @@ -20,7 +20,7 @@
"types": "dist/index.d.ts",
"files": [
"dist",
"*.d.ts"
"*.d.ts"
],
"repository": {
"type": "git",
Expand All @@ -30,9 +30,9 @@
"bugs": "https://github.com/innocenzi/laravel-vite/issues",
"scripts": {
"prepare": "npm run build",
"build": "npm run build:index && npm run build:inertia",
"build": "npm run build:index && npm run build:inertia",
"build:index": "tsup src/index.ts",
"build:inertia": "tsup src/inertia.ts --no-clean",
"build:inertia": "tsup src/inertia.ts --no-clean",
"test": "vitest"
},
"devDependencies": {
Expand Down

0 comments on commit f2ba0c4

Please # to comment.