Skip to content

Commit cf584cc

Browse files
authored
Merge pull request #861 from Nicklason/master
Fix typedoc unable to find entry point
2 parents 51e1487 + 620638c commit cf584cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "nyc mocha",
2828
"prepare": "npm run build",
2929
"prepack": "npm run build",
30-
"docs": "typedoc src/gen/api"
30+
"docs": "typedoc src/gen/api.ts"
3131
},
3232
"nyc": {
3333
"include": [

0 commit comments

Comments
 (0)