We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a260a69 commit 6ef2c2fCopy full SHA for 6ef2c2f
package.json
@@ -18,7 +18,7 @@
18
"prepublishOnly": "npm run lint && npm run test && npm run compile",
19
"lint": "eslint ./src --ext .js,.ts",
20
"lint:fix": "npm run lint -- --fix",
21
- "doc": "typedoc --out docs --mode file ./src",
+ "doc": "npx typedoc --out docs --mode file ./src",
22
"test": "jest --verbose",
23
"test:coverage": "npm run test -- --coverage"
24
},
@@ -36,7 +36,6 @@
36
"eslint-plugin-import": "^2.21.2",
37
"jest": "^26.0.1",
38
"sinon": "^9.0.2",
39
- "typedoc": "^0.17.7",
40
"ts-jest": "^26.1.0",
41
"typescript": "^3.9.5"
42
0 commit comments