From 6a9f4302c8f28c81fa1d0d45d20488d832fc8153 Mon Sep 17 00:00:00 2001 From: AdrianGonz97 <31664583+AdrianGonz97@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:28:41 -0500 Subject: [PATCH] format --- .gitignore | 3 ++- package.json | 17 +++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0973bc0..a2cc719 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist -*.log \ No newline at end of file +*.log +.svelte-kit \ No newline at end of file diff --git a/package.json b/package.json index fc6fa28..60ab489 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,21 @@ { - "name": "vite-plugin-tailwind-purgecss-monorepo", - "private": true, + "name": "root", + "private": true, + "author": "AdrianGonz97", + "license": "MIT", "scripts": { - "dev": "pnpm -F vite-plugin-tailwind-purgecss dev", + "dev": "pnpm -F vite-plugin-tailwind-purgecss dev", + "test": "pnpm -F vite-plugin-tailwind-purgecss test", "build": "pnpm -F vite-plugin-tailwind-purgecss build", "lint": "pnpm -r lint", "release": "pnpm run build && changeset publish", "format": "pnpm -r format" - }, - "repository": { + }, + "repository": { "url": "https://github.com/AdrianGonz97/vite-plugin-tailwind-purgecss", "type": "git" }, - "author": "AdrianGonz97", - "license": "MIT", - "devDependencies": { + "devDependencies": { "@changesets/cli": "^2.26.2" } }