Skip to content

Commit

Permalink
chore: Update package.json to format 'files' array and bump version t…
Browse files Browse the repository at this point in the history
…o 1.0.2
  • Loading branch information
yamitzky committed Dec 13, 2024
1 parent e193538 commit 44f7963
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"bin": {
"synk-cal": "./bin/server.js"
},
"files": ["bin", "public", "build"],
"files": [
"bin",
"public",
"build"
],
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
Expand Down Expand Up @@ -66,7 +70,7 @@
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
Expand Down

0 comments on commit 44f7963

Please sign in to comment.