Skip to content

Commit 4ba01f9

Browse files
docs: Remove HTML minifier for docs.
1 parent db21fb9 commit 4ba01f9

File tree

2 files changed

+3
-89
lines changed

2 files changed

+3
-89
lines changed

package-lock.json

Lines changed: 2 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
"format:fix": "npm run format -- --write",
4545
"lint": "tslint --project tsconfig.json --format codeFrame",
4646
"lint:fix": "npm run lint -- --fix",
47-
"docs:build": "typedoc --options config/typedoc.json",
48-
"docs:minify": "html-minifier --input-dir ./docs/api/ --output-dir ./docs/api/ --file-ext html --collapse-whitespace",
49-
"docs": "npm run docs:build && npm run docs:minify"
47+
"docs": "typedoc --options config/typedoc.json"
5048
},
5149
"peerDependencies": {
5250
"tslib": ">=1.11.1"
@@ -62,7 +60,6 @@
6260
"@types/jest": "^25.2.1",
6361
"@types/node": "^13.11.1",
6462
"@types/prettier": "^2.0.0",
65-
"html-minifier": "^4.0.0",
6663
"jest": "^25.3.0",
6764
"jest-watch-typeahead": "^0.5.0",
6865
"prettier": "^2.0.4",

0 commit comments

Comments
 (0)