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

Commit 3caa696

Browse files
author
Simon Hofmann
committed
Removed tag prefix on prebuild-install
1 parent dc0769b commit 3caa696

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
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv4nodejs-prebuilt",
3-
"version": "4.15.0-b6",
3+
"version": "4.15.0-b7",
44
"description": "This is a fork of opencv4nodejs which provides pre-built binaries",
55
"keywords": [
66
"opencv",
@@ -34,7 +34,7 @@
3434
"typings": "./lib/index.d.ts",
3535
"scripts": {
3636
"preinstall": "node ./install.js",
37-
"install": "prebuild-install --tag-prefix \"\" --verbose || node-gyp rebuild",
37+
"install": "prebuild-install --verbose || node-gyp rebuild",
3838
"configure": "node-gyp configure",
3939
"build": "node-gyp configure build",
4040
"rebuild": "node-gyp rebuild",

0 commit comments

Comments
 (0)