Skip to content

Commit 86588ce

Browse files
Merge pull request #96 from adobe/issue/fix-build
chore: fixing typedoc run failure
2 parents 015cc6b + b697b08 commit 86588ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build:types": "tsc -p src/tsconfig.types.json",
2727
"build": "npm run clean && npm run linter && webpack && npm run build:types",
2828
"clean": "rm -rf dist/",
29-
"docs": "npm i && npx typedoc --excludePrivate ./src --out ./dist/docs",
29+
"docs": "npm i && npx typedoc ./src/types.ts --excludePrivate ./src --out ./dist/docs",
3030
"linter": "eslint .",
3131
"semantic-release": "semantic-release",
3232
"test:coverage": "jest --clearCache && jest --coverage",
@@ -35,7 +35,6 @@
3535
},
3636
"dependencies": {
3737
"path-browserify": "^1.0.1",
38-
"prop-types": "^15.7.2",
3938
"react-fast-compare": "^3.0.0"
4039
},
4140
"peerDependencies": {

0 commit comments

Comments
 (0)