Fix version in package.json
This commit is contained in:
parent
104f01ca6f
commit
87877cbcd0
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"name": "oidc-test-web",
|
||||
"version": "0.0.1",
|
||||
"version": "0.2.4",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --port 3000",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build",
|
||||
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
|
||||
"type-check": "vue-tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dsb-norge/vue-keycloak-js": "^3.0.1",
|
||||
|
@ -27,6 +26,7 @@
|
|||
"vite-plugin-vue-devtools": "7.7.0",
|
||||
"vue-tsc": "2.2.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"publishConfig": {
|
||||
"registry": "http://code.philo.ydns.eu/api/packages/philorg/npm/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue