Skip to content

Commit

Permalink
Remove extra page
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 4, 2024
1 parent be3d71f commit 8201072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
29 changes: 0 additions & 29 deletions docs/about.md

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"cleanup": "pnpm run clean:modules && pnpm run clean:dist",
"clean:modules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules",
"clean:dist": "rm -rf dist && pnpm -r exec rm -rf dist",
"docs": "cd docs && npm start"
"docs": "cd docs && npm start",
"build:docs": "cd docs && npm run build"
},
"dependencies": {
"lit": "^3.1.4",
Expand Down

0 comments on commit 8201072

Please sign in to comment.