Skip to content

Commit c2a2b98

Browse files
author
Suh Donghwi
committed
fix: change repository url owner
1 parent 8975f71 commit c2a2b98

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.11.1-rc.1"
88
edition = "2024"
99
rust-version = "1.89.0"
1010
license = "MIT"
11-
repository = "https://github.com/Dwlad90/stylex-swc-plugin.git"
11+
repository = "https://github.com/toss/stylex-swc-plugin.git"
1212

1313

1414
# Set the options for dependencies (not crates in the workspace), this mostly impacts cold builds

crates/stylex-css-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
rust-version = "1.89.0"
66
description = "CSS value parser"
77
license = "MIT"
8-
repository = "https://github.com/Dwlad90/stylex-swc-plugin.git"
8+
repository = "https://github.com/toss/stylex-swc-plugin.git"
99

1010

1111
[lib]

crates/stylex-rs-compiler/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"os": [
3131
"darwin"
3232
],
33-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
33+
"repository": "https://github.com/toss/stylex-swc-plugin"
3434
}

crates/stylex-rs-compiler/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"os": [
3131
"darwin"
3232
],
33-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
33+
"repository": "https://github.com/toss/stylex-swc-plugin"
3434
}

crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"os": [
3434
"linux"
3535
],
36-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
36+
"repository": "https://github.com/toss/stylex-swc-plugin"
3737
}

crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"os": [
3434
"linux"
3535
],
36-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
36+
"repository": "https://github.com/toss/stylex-swc-plugin"
3737
}

crates/stylex-rs-compiler/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"os": [
3434
"linux"
3535
],
36-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
36+
"repository": "https://github.com/toss/stylex-swc-plugin"
3737
}

crates/stylex-rs-compiler/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"os": [
3131
"win32"
3232
],
33-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
33+
"repository": "https://github.com/toss/stylex-swc-plugin"
3434
}

crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"os": [
3131
"win32"
3232
],
33-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
33+
"repository": "https://github.com/toss/stylex-swc-plugin"
3434
}

crates/stylex-rs-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@
9999
}
100100
},
101101
"packageManager": "[email protected]",
102-
"repository": "https://github.com/Dwlad90/stylex-swc-plugin"
102+
"repository": "https://github.com/toss/stylex-swc-plugin"
103103
}

0 commit comments

Comments
 (0)