Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malobre committed Mar 26, 2024
1 parent e2f722d commit 7df7a87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@malobre/vite-plugin-pages",
"version": "0.1.0",
"version": "0.1.1",
"author": "Maël Obréjan <[email protected]>",
"license": "MIT",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["./dist/**/*"],
"files": [
"./dist/**/*"
],
"scripts": {
"tidy": "biome check --apply .",
"check": "tsc",
Expand Down

0 comments on commit 7df7a87

Please sign in to comment.