@atom/watcher
Advanced tools
Comparing version 1.3.0-0 to 1.3.0-1
{ | ||
"name": "@atom/watcher", | ||
"version": "1.3.0-0", | ||
"version": "1.3.0-1", | ||
"description": "Atom filesystem watcher", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"install": "node-gyp rebuild", | ||
"install": "prebuild-install || node-gyp rebuild", | ||
"pre-build": "prebuild --all --strip --verbose", | ||
@@ -11,0 +11,0 @@ "pre-build:upload": "prebuild --upload-all", |
451285