File tree 2 files changed +88
-142
lines changed
2 files changed +88
-142
lines changed Original file line number Diff line number Diff line change 7
7
" comparison" ,
8
8
" visual"
9
9
],
10
- "version" : " 0.1.12 " ,
10
+ "version" : " 0.1.13 " ,
11
11
"description" : " A simple library for comparing two images using a native C++ binding." ,
12
12
"main" : " dist/index.js" ,
13
13
"author" : " Frederick Gnodtke" ,
21
21
"test" : " cross-env TZ=UTC jest" ,
22
22
"lint" : " tslint --format stylish --project tsconfig.json" ,
23
23
"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/"
25
25
},
26
26
"repository" : {
27
27
"type" : " git" ,
72
72
"coveralls" : " ^3.1.1" ,
73
73
"cross-env" : " ^7.0.3" ,
74
74
"jest" : " ^27.0.6" ,
75
- "nan" : " ^2.14.1 " ,
75
+ "nan" : " ^2.14.2 " ,
76
76
"node-gyp" : " ^6.1.0" ,
77
77
"node-libpng" : " ^0.2.20" ,
78
78
"ts-jest" : " ^27.0.3" ,
79
79
"tslint" : " ^6.1.3" ,
80
- "typedoc" : " ^0.16.9 " ,
80
+ "typedoc" : " ^0.21.2 " ,
81
81
"typescript" : " ^4.3.5"
82
82
},
83
83
"dependencies" : {
You can’t perform that action at this time.
0 commit comments