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" } }