Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlucas committed Jan 3, 2024
1 parent 6bfe7b6 commit 9455c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"dev": "tsc --watch",
"build": "rm -rf dist/ && tsc",
"build": "rm -rf dist/ && tsc"
},
"peerDependencies": {
"react": "18.x.x",
Expand Down Expand Up @@ -61,9 +61,9 @@
"dist/",
"types.d.ts"
],

"repository": {
"type": "git",
"url": "git+https://github.com/platformbuilders/vike-builders.git"
}, "license": "MIT"
},
"license": "MIT"
}

0 comments on commit 9455c49

Please sign in to comment.