From 7a29c2b3f7c64fc676ef41cdfe8a6a3ed95a2835 Mon Sep 17 00:00:00 2001 From: Pedr Date: Tue, 23 Jul 2024 19:16:33 +0100 Subject: [PATCH] chore: Clean up --- README.md | 52 -------------------------------------------------- package.json | 1 - pnpm-lock.yaml | 3 --- 3 files changed, 56 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index a97f9b8..0000000 --- a/README.md +++ /dev/null @@ -1,52 +0,0 @@ -# README - -This is an editor / demo for [coons-patch](https://github.com/undistraction/coons-patch). - -## Install - -``` - -pnpm install - -``` - -## Run in development - -``` - -pnpm run dev - -``` - -## Build package - -``` - -pnpm run build - -``` - -## Preview build - -``` - -pnpm run preview - -``` - -## Run tests - -Tests are written using Jest - -``` - -pnpm run test - -``` - -## Lint - -``` -pnpm run lint-prettier -pnpm run lint-eslint -``` diff --git a/package.json b/package.json index c89dff3..6e74d4e 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,6 @@ "prettier": "3.3.2", "prettier-plugin-ejs": "^1.0.3", "prettier-plugin-tailwindcss": "^0.6.5", - "semantic-release": "^24.0.0", "tailwindcss": "^3.4.4", "typescript": "^5.5.3", "vite": "^5.3.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e2f7dd..a20c472 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,9 +117,6 @@ importers: prettier-plugin-tailwindcss: specifier: ^0.6.5 version: 0.6.5(prettier@3.3.2) - semantic-release: - specifier: ^24.0.0 - version: 24.0.0(typescript@5.5.3) tailwindcss: specifier: ^3.4.4 version: 3.4.4