Skip to content

Commit 9900d6e

Browse files
committed
refactor the packages to remove internal dependency
1 parent ff7b4b3 commit 9900d6e

File tree

16 files changed

+938
-177
lines changed

16 files changed

+938
-177
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ npm-debug.log*
2828
# bundler output
2929
dist
3030
build
31-
.next
31+
.next
32+
.plasmo

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"source.organizeImports": true
1414
}
1515
},
16-
"files.eol": "\n"
16+
"files.eol": "\n",
17+
"[typescript][typescriptreact]": {
18+
"editor.codeActionsOnSave": {
19+
"source.organizeImports": "explicit"
20+
}
21+
}
1722
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
This repository hosts the code for:
44

55
- [SDK for React / Remix / Next.js](./packages/react/README.md)
6-
- [SDK for JavaScript](./packages/web/README.md)
6+
- [SDK for Web Apps](./packages/web/README.md)
7+
- [SDK for Browser Extensions](./packages/browser/README.md)

0 commit comments

Comments
 (0)