Browse Source

Only transform our code with `async-to-gen/register` (#254)

master
Matheus Fernandes 8 years ago
committed by Leo Lamprecht
parent
commit
3269d4203b
  1. 1
      bin/now.js

1
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
})

Loading…
Cancel
Save