Skip to content

Commit

Permalink
bump: prepare rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rherwig committed Nov 8, 2023
1 parent 6811936 commit 0ab8b77
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@hrwg/source",
"version": "0.0.0",
"version": "1.0.0-rc.0",
"private": true,
"description": "Mono-repository for my personal website - hrwg.de",
"author": "Rico Herwig <rico@hrwg.de>",
"license": "MIT",
"engines": {
"node": "^20.8.0"
},
"packageManager": "pnpm@8.0.0",
"scripts": {
"build": "nx build website",
"lint": "nx lint website",
Expand All @@ -15,6 +17,10 @@
"serve:dist": "node dist/apps/website/server/entry.express.mjs",
"qwik": "qwik"
},
"repository": {
"type": "git",
"url": "https://github.com/rherwig/hrwg-de.git"
},
"devDependencies": {
"@builder.io/qwik": "1.2.15",
"@builder.io/qwik-city": "1.2.15",
Expand Down Expand Up @@ -49,7 +55,7 @@
"postcss": "8.4.31",
"prettier": "3.0.3",
"qwik-nx": "1.0.11",
"qwik-speak": "^0.16.0",
"qwik-speak": "0.16.0",
"sass": "1.69.5",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.3.5",
Expand Down

0 comments on commit 0ab8b77

Please sign in to comment.