Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
2 additions and
1 deletions
-
bin/now.js
|
|
@ -15,7 +15,8 @@ const pathSep = process.platform === 'win32' ? '\\\\' : '/' |
|
|
|
// Support for keywords "async" and "await"
|
|
|
|
require('async-to-gen/register')({ |
|
|
|
includes: new RegExp(`.*now(-cli)?${pathSep}(lib|bin).*`), |
|
|
|
excludes: null |
|
|
|
excludes: null, |
|
|
|
sourceMaps: false |
|
|
|
}) |
|
|
|
|
|
|
|
// Throw an error if node version is too low
|
|
|
|