Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 34d6382

Browse files
author
Simon Hofmann
committed
Updated prebuilt OpenCV
1 parent 7fa8289 commit 34d6382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typings": "./lib/index.d.ts",
3535
"scripts": {
3636
"preinstall": "node ./install.js",
37-
"install": "prebuild-install --tag-prefix \"\" || node-gyp rebuild",
37+
"install": "prebuild-install --tag-prefix \"\" --verbose || node-gyp rebuild",
3838
"configure": "node-gyp configure",
3939
"build": "node-gyp configure build",
4040
"rebuild": "node-gyp rebuild",
@@ -55,5 +55,5 @@
5555
"devDependencies": {
5656
"prebuild": "^8.2.0"
5757
},
58-
"opencv": "3.4.6-beta27"
58+
"opencv": "3.4.6-beta28"
5959
}

0 commit comments

Comments
 (0)