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

Commit 0be2f6a

Browse files
committed
Fix install infinite loop
1 parent af0ff88 commit 0be2f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Nintendo® Wii U GameCube™ Adapter native support for Node.js applications.",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"install": "configure.bat"
8+
"install": "node-gyp rebuild"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)