File tree Expand file tree Collapse file tree 7 files changed +31
-17
lines changed
unplugin-tailwindcss-mangle Expand file tree Collapse file tree 7 files changed +31
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "mode" : " pre " ,
2
+ "mode" : " exit " ,
3
3
"tag" : " alpha" ,
4
4
"initialVersions" : {
5
5
"@tailwindcss-mangle/config" : " 3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwindcss-mangle" ,
3
3
"type" : " module" ,
4
- "version" : " 3 .0.0" ,
4
+ "version" : " 4 .0.0" ,
5
5
"private" : true ,
6
6
"packageManager" :
" [email protected] " ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 4.0.0-alpha.0" ,
5
5
"description" : " The config and load function of tailwindcss-mangle" ,
6
- "author" : " SonOfMagic <qq1324318532@gmail .com>" ,
6
+ "author" : " ice breaker <1324318532@qq .com>" ,
7
7
"license" : " MIT" ,
8
- "homepage" : " https://github.com/sonofmagic/tailwindcss-mangle " ,
8
+ "homepage" : " https://mangle.icebreaker.top/ " ,
9
9
"repository" : {
10
10
"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"
12
16
},
13
17
"keywords" : [
14
18
" tailwindcss" ,
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 4.0.0-alpha.0" ,
5
5
"description" : " The core of tailwindcss-mangle" ,
6
- "author" : " SonOfMagic <qq1324318532@gmail .com>" ,
6
+ "author" : " ice breaker <1324318532@qq .com>" ,
7
7
"license" : " MIT" ,
8
- "homepage" : " https://github.com/sonofmagic/tailwindcss-mangle " ,
8
+ "homepage" : " https://mangle.icebreaker.top/ " ,
9
9
"repository" : {
10
10
"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"
12
13
},
13
14
"bugs" : {
14
15
"url" : " https://github.com/sonofmagic/tailwindcss-mangle/issues"
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 4.0.0-alpha.0" ,
5
5
"description" : " The shared utils of tailwindcss-mangle" ,
6
- "author" : " SonOfMagic <qq1324318532@gmail .com>" ,
6
+ "author" : " ice breaker <1324318532@qq .com>" ,
7
7
"license" : " MIT" ,
8
- "homepage" : " https://github.com/sonofmagic/tailwindcss-mangle " ,
8
+ "homepage" : " https://mangle.icebreaker.top/ " ,
9
9
"repository" : {
10
10
"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"
12
16
},
13
17
"keywords" : [
14
18
" tailwindcss" ,
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 5.0.0-alpha.0" ,
5
5
"description" : " patch tailwindcss for exposing context and extract classes" ,
6
- "author" : " SonOfMagic <qq1324318532@gmail .com>" ,
6
+ "author" : " ice breaker <1324318532@qq .com>" ,
7
7
"license" : " MIT" ,
8
- "homepage" : " https://github.com/sonofmagic/tailwindcss-mangle " ,
8
+ "homepage" : " https://mangle.icebreaker.top/ " ,
9
9
"repository" : {
10
10
"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"
12
13
},
13
14
"bugs" : {
14
15
"url" : " https://github.com/sonofmagic/tailwindcss-mangle/issues"
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 4.0.0-alpha.0" ,
5
5
"description" : " mangle tailwindcss utilities class plugin. support vite and webpack!" ,
6
- "author" : " SonOfMagic <qq1324318532@gmail .com>" ,
6
+ "author" : " ice breaker <1324318532@qq .com>" ,
7
7
"license" : " MIT" ,
8
- "homepage" : " https://github.com/sonofmagic/tailwindcss-mangle " ,
8
+ "homepage" : " https://mangle.icebreaker.top/ " ,
9
9
"repository" : {
10
10
"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"
12
16
},
13
17
"keywords" : [
14
18
" tailwindcss" ,
You can’t perform that action at this time.
0 commit comments