Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
bin/now.js
|
@ -26,7 +26,7 @@ if (nodeVersion.major < 6) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Only check for updates in the npm version
|
|
|
// Only check for updates in the npm version
|
|
|
if (!process.pkg) { |
|
|
if (!process.pkg && pkg.dist) { |
|
|
updateNotifier({pkg}).notify() |
|
|
updateNotifier({pkg}).notify() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|