Skip to content

Commit

Permalink
Remove static docs from repo, cleanup packages (#265)
Browse files Browse the repository at this point in the history
- Cleans up package.json
- Removes all static docs, self hosted now so no need for them to be in
  here
- Remove unneeded deps
  • Loading branch information
tbranyen committed Apr 2, 2022
1 parent 9eb4820 commit 7e6a4d9
Show file tree
Hide file tree
Showing 31 changed files with 7 additions and 6,513 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
dist
docs
coverage
.nyc_output
lerna-debug.log
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ your ideas.
- **React-like** Components which can be rendered as **Web Components**.
- A **lite** build which has a smaller size, meant for optimizing production code.

Works great with legacy and modern browsers, Node.js, Deno, and with whatever
your favorite JavaScript runtime is.

## Packages

The following list of modules are nested in the `/packages` folder. They form
Expand Down
Loading

0 comments on commit 7e6a4d9

Please sign in to comment.