Skip to content

Commit

Permalink
feat(page.ts): colorize output; improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
lonr committed Jan 2, 2023
1 parent 68ad31a commit 982815c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
test:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"watch": "swc src -d dist -w"
},
"dependencies": {
"chalk": "^5.2.0",
"directories-js": "^0.1.0",
"fs-extra": "^11.1.0",
"isomorphic-git": "^1.21.0",
"mdast-util-from-markdown": "^1.2.0",
"yargs": "^17.6.2"
},
"devDependencies": {
Expand All @@ -45,9 +45,7 @@
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.23",
"@types/fs-extra": "^9.0.13",
"@types/mdast": "^3.0.0",
"@types/node": "^18.11.17",
"@types/unist": "^2.0.6",
"@types/yargs": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
Expand Down
Loading

0 comments on commit 982815c

Please sign in to comment.