Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit acad1a1

Browse files
author
Simon Hofmann
committed
Increased verbosity of prebuild-install
1 parent d09979b commit acad1a1

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,14 +1,14 @@
11
{
22
"name": "@nut-tree/robotjs",
3-
"version": "0.5.2-rc2",
3+
"version": "0.5.2-rc3",
44
"description": "This is a fork of octalmage/robotjs with additional prebuilts",
55
"main": "index.js",
66
"typings": "index.d.ts",
77
"scripts": {
88
"test": "run-script-os",
99
"test:darwin:linux": "jasmine 'test/**/*.js'",
1010
"test:win32": "jasmine test/**/*.js",
11-
"install": "prebuild-install || node-gyp rebuild",
11+
"install": "prebuild-install --verbose || node-gyp rebuild",
1212
"prebuild": "prebuild"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)