Skip to content

Commit

Permalink
Update repository urls (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernanberg authored Dec 18, 2024
1 parent 17f6c4d commit d3886df
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/src/example/Example.react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export default function Example() {
<button
className="bottom"
onClick={(e) => {
window.open('https://github.com/facebook/fbt', '_blank');
window.open('https://github.com/nkzw-tech/fbtee', '_blank');
}}
type="submit"
>
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-fbtee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/fbt.git"
"url": "git+https://github.com/nkzw-tech/fbtee.git",
"directory": "packages/babel-fbtee"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-plugin-fbtee-auto-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/fbt.git"
"url": "git+https://github.com/nkzw-tech/fbtee.git",
"directory": "packages/babel-plugin-fbtee-auto-import"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-plugin-fbtee-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/fbt.git"
"url": "git+https://github.com/nkzw-tech/fbtee.git",
"directory": "packages/babel-plugin-fbtee-runtime"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-plugin-fbtee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/fbt.git"
"url": "git+https://github.com/nkzw-tech/fbtee.git",
"directory": "packages/babel-plugin-fbtee"
},
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/fbtee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/fbt"
"url": "git+https://github.com/nkzw-tech/fbtee.git",
"directory": "packages/fbtee"
},
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit d3886df

Please sign in to comment.