Skip to content

Commit 5f567b2

Browse files
Update repository urls
1 parent 17f6c4d commit 5f567b2

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

example/src/example/Example.react.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export default function Example() {
292292
<button
293293
className="bottom"
294294
onClick={(e) => {
295-
window.open('https://github.com/facebook/fbt', '_blank');
295+
window.open('https://github.com/nkzw-tech/fbtee', '_blank');
296296
}}
297297
type="submit"
298298
>

packages/babel-fbtee/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/facebook/fbt.git"
17+
"url": "git+https://github.com/nkzw-tech/fbtee.git",
18+
"directory": "packages/babel-fbtee"
1819
},
1920
"license": "MIT",
2021
"type": "module",

packages/babel-plugin-fbtee-auto-import/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/facebook/fbt.git"
17+
"url": "git+https://github.com/nkzw-tech/fbtee.git",
18+
"directory": "packages/babel-plugin-fbtee-auto-import"
1819
},
1920
"license": "MIT",
2021
"type": "module",

packages/babel-plugin-fbtee-runtime/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/facebook/fbt.git"
17+
"url": "git+https://github.com/nkzw-tech/fbtee.git",
18+
"directory": "packages/babel-plugin-fbtee-runtime"
1819
},
1920
"license": "MIT",
2021
"type": "module",

packages/babel-plugin-fbtee/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/facebook/fbt.git"
17+
"url": "git+https://github.com/nkzw-tech/fbtee.git",
18+
"directory": "packages/babel-plugin-fbtee"
1819
},
1920
"license": "MIT",
2021
"type": "module",

packages/fbtee/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/facebook/fbt"
17+
"url": "git+https://github.com/nkzw-tech/fbtee.git",
18+
"directory": "packages/fbtee"
1819
},
1920
"license": "MIT",
2021
"type": "module",

0 commit comments

Comments
 (0)