From 0c61ceb5f259cbbafa5b23539b2a5625aec9cfea Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 6 Nov 2024 21:11:12 +0100 Subject: [PATCH] chore: Update project version to 0.0.3 and refine configuration files --- .github/workflows/deploy.yaml | 6 ------ package-lock.json | 4 ++-- package.json | 2 +- postcss.config.js | 1 + src/app.css | 1 + src/routes/+layout.svelte | 1 + src/routes/+page.svelte | 4 ++-- tailwind.config.ts | 1 - 8 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 40462b8..358bd6a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -11,12 +11,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - # If you're using pnpm, add this step then change the commands and cache key below to use `pnpm` - # - name: Install pnpm - # uses: pnpm/action-setup@v2 - # with: - # version: 8 - - name: Install Node.js uses: actions/setup-node@v3 with: diff --git a/package-lock.json b/package-lock.json index 5ec8dc3..de0ea0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "conventionalfighter", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "conventionalfighter", - "version": "0.0.2", + "version": "0.0.3", "dependencies": { "@types/deno": "^2.0.0", "gh-pages": "^6.2.0", diff --git a/package.json b/package.json index 361487d..3267ce8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventionalfighter", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "scripts": { "dev": "vite dev", diff --git a/postcss.config.js b/postcss.config.js index ba80730..36c28df 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,3 +1,4 @@ +//postcss.config.js export default { plugins: { tailwindcss: {}, diff --git a/src/app.css b/src/app.css index 1d215de..da6c1f1 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,4 @@ +/* Tailwind setup */ @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities' \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 9b776b7..bca9e06 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,3 +1,4 @@ +