Skip to content

Commit

Permalink
Correct config props for async-to-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 27, 2017
1 parent af388a2 commit 20fe997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const pkg = require('../package')
const pathSep = process.platform === 'win32' ? '\\\\' : '/'

asyncToGen({
include: new RegExp(`.*serve?${pathSep}(lib|bin).*`),
exclude: null
includes: new RegExp(`.*serve?${pathSep}(lib|bin).*`),
excludes: null
})

// Throw an error if node version is too low
Expand Down

0 comments on commit 20fe997

Please sign in to comment.