diff --git a/bin/now.js b/bin/now.js index 38d1641..d621e1d 100755 --- a/bin/now.js +++ b/bin/now.js @@ -13,6 +13,7 @@ const pkg = require('../package') // Support for keywords "async" and "await" require('async-to-gen/register')({ + includes: /.*now(-cli)?\/(lib|bin).*/, excludes: null })