Skip to content

Commit

Permalink
refactor: move the w3m components to separate package (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Jun 18, 2024
1 parent 863fdbe commit 346104c
Show file tree
Hide file tree
Showing 177 changed files with 1,150 additions and 118 deletions.
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"packages/core",
"packages/scaffold",
"packages/scaffold-utils",
"packages/scaffold-ui",
"packages/scaffold-react",
"packages/scaffold-vue",
"packages/polyfills",
Expand Down
4 changes: 4 additions & 0 deletions packages/scaffold-ui/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": ["plugin:require-extensions/recommended", "../../.eslintrc.json"],
"plugins": ["require-extensions"]
}
11 changes: 11 additions & 0 deletions packages/scaffold-ui/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*.log
*.env
tests
src
exports
node_modules
.eslintrc.json
.turbo
package-lock.json
tsconfig.json
index.ts
Loading

0 comments on commit 346104c

Please sign in to comment.