Skip to content

Commit 78576bf

Browse files
committed
chore: add home page url
1 parent a08bd7f commit 78576bf

File tree

7 files changed

+31
-17
lines changed

7 files changed

+31
-17
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "alpha",
44
"initialVersions": {
55
"@tailwindcss-mangle/config": "3.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tailwindcss-mangle",
33
"type": "module",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"engines": {

packages/config/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
"type": "module",
44
"version": "4.0.0-alpha.0",
55
"description": "The config and load function of tailwindcss-mangle",
6-
"author": "SonOfMagic <qq1324318532@gmail.com>",
6+
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",
8-
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
8+
"homepage": "https://mangle.icebreaker.top/",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
11+
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git",
12+
"directory": "packages/config"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/sonofmagic/tailwindcss-mangle/issues"
1216
},
1317
"keywords": [
1418
"tailwindcss",

packages/core/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"type": "module",
44
"version": "4.0.0-alpha.0",
55
"description": "The core of tailwindcss-mangle",
6-
"author": "SonOfMagic <qq1324318532@gmail.com>",
6+
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",
8-
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
8+
"homepage": "https://mangle.icebreaker.top/",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
11+
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git",
12+
"directory": "packages/core"
1213
},
1314
"bugs": {
1415
"url": "https://github.com/sonofmagic/tailwindcss-mangle/issues"

packages/shared/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
"type": "module",
44
"version": "4.0.0-alpha.0",
55
"description": "The shared utils of tailwindcss-mangle",
6-
"author": "SonOfMagic <qq1324318532@gmail.com>",
6+
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",
8-
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
8+
"homepage": "https://mangle.icebreaker.top/",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
11+
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git",
12+
"directory": "packages/shared"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/sonofmagic/tailwindcss-mangle/issues"
1216
},
1317
"keywords": [
1418
"tailwindcss",

packages/tailwindcss-patch/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"type": "module",
44
"version": "5.0.0-alpha.0",
55
"description": "patch tailwindcss for exposing context and extract classes",
6-
"author": "SonOfMagic <qq1324318532@gmail.com>",
6+
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",
8-
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
8+
"homepage": "https://mangle.icebreaker.top/",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
11+
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git",
12+
"directory": "packages/tailwindcss-patch"
1213
},
1314
"bugs": {
1415
"url": "https://github.com/sonofmagic/tailwindcss-mangle/issues"

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
"type": "module",
44
"version": "4.0.0-alpha.0",
55
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
6-
"author": "SonOfMagic <qq1324318532@gmail.com>",
6+
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",
8-
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
8+
"homepage": "https://mangle.icebreaker.top/",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git"
11+
"url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git",
12+
"directory": "packages/unplugin-tailwindcss-mangle"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/sonofmagic/tailwindcss-mangle/issues"
1216
},
1317
"keywords": [
1418
"tailwindcss",

0 commit comments

Comments
 (0)