Skip to content

Commit 6ef2c2f

Browse files
typedoc to nix
1 parent a260a69 commit 6ef2c2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "npm run lint && npm run test && npm run compile",
1919
"lint": "eslint ./src --ext .js,.ts",
2020
"lint:fix": "npm run lint -- --fix",
21-
"doc": "typedoc --out docs --mode file ./src",
21+
"doc": "npx typedoc --out docs --mode file ./src",
2222
"test": "jest --verbose",
2323
"test:coverage": "npm run test -- --coverage"
2424
},
@@ -36,7 +36,6 @@
3636
"eslint-plugin-import": "^2.21.2",
3737
"jest": "^26.0.1",
3838
"sinon": "^9.0.2",
39-
"typedoc": "^0.17.7",
4039
"ts-jest": "^26.1.0",
4140
"typescript": "^3.9.5"
4241
},

0 commit comments

Comments
 (0)