Skip to content

Commit 7d3b6ab

Browse files
committed
remove typedoc
1 parent 80b7b89 commit 7d3b6ab

File tree

3 files changed

+3
-129
lines changed

3 files changed

+3
-129
lines changed

package-lock.json

+2-91
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"version": "8.1.4",
44
"description": "Component library for React",
55
"scripts": {
6-
"build": "npm run build:js && npm run build:styles && npm run rewrite:stories && npm run build:docs && npm run build:typedoc",
6+
"build": "npm run build:js && npm run build:styles && npm run rewrite:stories && npm run build:docs",
77
"build-storybook": "storybook build",
88
"build:js": "vite build --mode library",
9-
"build:typedoc": "node scripts/typedoc.js",
109
"build:styles": "tailwindcss -i ./src/index.css -o ./dist/index.css",
1110
"build:docs": "node scripts/docs.js",
1211
"rewrite:stories": "node scripts/stories.cjs",
@@ -31,7 +30,6 @@
3130
"types": "./dist/index.d.ts"
3231
},
3332
"./index.css": "./dist/index.css",
34-
"./typedoc.json": "./dist/typedoc.json",
3533
"./stories/*": "./dist/stories/*",
3634
"./blocks/*": "./dist/blocks/*"
3735
},
@@ -127,8 +125,6 @@
127125
"storybook": "^8.1.1",
128126
"tailwindcss": "^3.4.1",
129127
"tw-colors": "^3.3.1",
130-
"typedoc": "^0.25.13",
131-
"typedoc-better-json": "^0.9.3-test.1",
132128
"typescript": "^4.9.5",
133129
"typescript-rewrite-paths": "^1.3.1",
134130
"vite": "^5.2.2",

scripts/typedoc.js

-33
This file was deleted.

0 commit comments

Comments
 (0)