Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Remove TypeDoc Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Apr 11, 2023
1 parent b149a44 commit b3641f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm install
npm i --save-dev typedoc typedoc-plugin-external-resolver typedoc-plugin-missing-exports typedoc-plugin-markdown
npm run docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
"glob": "^8.0.3",
"prettier": "^2.6.2",
"stylus": "^0.58.1",
"typedoc": "^0.23.25",
"typedoc-plugin-external-resolver": "^1.0.1",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "4.6.3",
"vite": "^4.2.0",
"vite-plugin-monaco-editor": "^1.1.0",
Expand All @@ -63,6 +59,12 @@
"sockjs": "0.3.21",
"sockjs-client": "1.5.2"
},
"optionalDependencies": {
"typedoc": "^0.24.1",
"typedoc-plugin-external-resolver": "^1.0.1",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-missing-exports": "^1.0.0"
},
"prettier": {
"tabWidth": 4,
"printWidth": 120,
Expand All @@ -74,4 +76,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}

0 comments on commit b3641f2

Please sign in to comment.