console-api
Advanced tools
Comparing version 0.0.2 to 0.0.4
{ | ||
"name": "console-api", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "Native Node.js bindings for the Win32 Console API", | ||
@@ -29,4 +29,5 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "prebuild -t 3 -r napi", | ||
"install": "prebuild-install --runtime napi || node-gyp rebuild" | ||
"publish_build": "prebuild -t 3 -r napi", | ||
"install": "prebuild-install --runtime napi || node-gyp rebuild", | ||
"test": "node-gyp build && node ./test.js" | ||
}, | ||
@@ -33,0 +34,0 @@ "gypfile": true, |
Sorry, the diff of this file is not supported yet
6081