Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongxuYang committed Aug 9, 2023
1 parent d044b7e commit 810bb97
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
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-version-mark",
"version": "0.0.9",
"version": "0.0.10",
"description": "Automatically insert the version or git_commit_sha in your Vite/Nuxt project.",
"keywords": [
"git",
Expand Down Expand Up @@ -40,10 +40,10 @@
"build": "tsup"
},
"devDependencies": {
"@nuxt/kit": "^3.0.0",
"@types/node": "^18.11.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"@nuxt/kit": "^3.0.0"
"vite": "^3.1.8"
}
}

0 comments on commit 810bb97

Please sign in to comment.