We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a60ec5 commit 056f383Copy full SHA for 056f383
package.json
@@ -6,8 +6,8 @@
6
"description": "A Tailwind CSS plugin that allows you to load colors from URL of Realtime Colors",
7
"type": "module",
8
"scripts": {
9
- "dev": "tsup src/*.ts --watch --dts",
10
- "build": "tsup src/*.ts --no-splitting --dts --treeshake --format cjs,esm",
+ "dev": "tsup src/plugin.ts --watch --dts",
+ "build": "tsup src/plugin.ts --no-splitting --dts --treeshake --format cjs,esm",
11
"check": "biome check .",
12
"fix": "biome check . --apply",
13
"format": "biome format . --write"
0 commit comments