Skip to content

Commit

Permalink
Upgrade typdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Prior99 committed Jul 5, 2021
1 parent 16afab7 commit 9f9ee4d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 142 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"comparison",
"visual"
],
"version": "0.1.12",
"version": "0.1.13",
"description": "A simple library for comparing two images using a native C++ binding.",
"main": "dist/index.js",
"author": "Frederick Gnodtke",
Expand All @@ -21,7 +21,7 @@
"test": "cross-env TZ=UTC jest",
"lint": "tslint --format stylish --project tsconfig.json",
"clean": "rm -rf dist build",
"docs": "typedoc --mode file --out docs/ --exclude '**/test-*.ts' src/"
"docs": "typedoc --out docs/ --exclude '**/test-*.ts' src/"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,12 +72,12 @@
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"jest": "^27.0.6",
"nan": "^2.14.1",
"nan": "^2.14.2",
"node-gyp": "^6.1.0",
"node-libpng": "^0.2.20",
"ts-jest": "^27.0.3",
"tslint": "^6.1.3",
"typedoc": "^0.16.9",
"typedoc": "^0.21.2",
"typescript": "^4.3.5"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 9f9ee4d

Please sign in to comment.