Skip to content

Commit 9f9ee4d

Browse files
committed
Upgrade typdoc
1 parent 16afab7 commit 9f9ee4d

File tree

2 files changed

+88
-142
lines changed

2 files changed

+88
-142
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"comparison",
88
"visual"
99
],
10-
"version": "0.1.12",
10+
"version": "0.1.13",
1111
"description": "A simple library for comparing two images using a native C++ binding.",
1212
"main": "dist/index.js",
1313
"author": "Frederick Gnodtke",
@@ -21,7 +21,7 @@
2121
"test": "cross-env TZ=UTC jest",
2222
"lint": "tslint --format stylish --project tsconfig.json",
2323
"clean": "rm -rf dist build",
24-
"docs": "typedoc --mode file --out docs/ --exclude '**/test-*.ts' src/"
24+
"docs": "typedoc --out docs/ --exclude '**/test-*.ts' src/"
2525
},
2626
"repository": {
2727
"type": "git",
@@ -72,12 +72,12 @@
7272
"coveralls": "^3.1.1",
7373
"cross-env": "^7.0.3",
7474
"jest": "^27.0.6",
75-
"nan": "^2.14.1",
75+
"nan": "^2.14.2",
7676
"node-gyp": "^6.1.0",
7777
"node-libpng": "^0.2.20",
7878
"ts-jest": "^27.0.3",
7979
"tslint": "^6.1.3",
80-
"typedoc": "^0.16.9",
80+
"typedoc": "^0.21.2",
8181
"typescript": "^4.3.5"
8282
},
8383
"dependencies": {

0 commit comments

Comments
 (0)