Skip to content

Commit 8b6100d

Browse files
committed
chore: update package.json
1 parent 7620f13 commit 8b6100d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@tailwindcss-variable-colors/monorepo",
3+
"version": "0.0.0",
34
"private": true,
45
"description": "My awesome typescript library",
56
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
{
22
"name": "tailwindcss-variable-colors",
33
"version": "0.0.0",
4-
"description": "My awesome typescript library",
4+
"description": "Add dark mode support with just one class",
55
"publishConfig": {
66
"access": "public"
77
},
8+
"author": "pacexy <[email protected]>",
9+
"license": "MIT",
10+
"homepage": "https://github.com/pacexy/tailwindcss-variable-colors#readme",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/pacexy/tailwindcss-variable-colors.git"
14+
},
15+
"bugs": "https://github.com/pacexy/tailwindcss-variable-colors/issues",
16+
"keywords": [
17+
"tailwindcss"
18+
],
19+
"sideEffects": false,
820
"files": [
921
"dist"
1022
],
@@ -20,7 +32,6 @@
2032
"build": "tsup src/index.ts --format cjs,esm --dts",
2133
"prepublishOnly": "pnpm run build"
2234
},
23-
"license": "MIT",
2435
"devDependencies": {
2536
"@total-typescript/ts-reset": "^0.4.2",
2637
"postcss": "8.4.23",

0 commit comments

Comments
 (0)