nodejs_install_test
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "nodejs_install_test", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A repo to test if nodejs installation is capable of most needed features like gyp packages etc", | ||
@@ -10,3 +10,3 @@ "main": "better_sqlite3.test.js", | ||
"scripts": { | ||
"republish": "npx version-select && npm publish && npx nodejs_install_test", | ||
"republish": "npx version-select && npm publish && npx -y nodejs_install_test", | ||
"test": "mocha ./**/*.test.js", | ||
@@ -13,0 +13,0 @@ "start": "node ./bin/index.js" |
3423