Browse Source

Prevent pkg from throwing a warning

master
Leo Lamprecht 8 years ago
parent
commit
5c1b239ca6
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 3
      bin/now.js

3
bin/now.js

@ -87,4 +87,5 @@ const bin = resolve(__dirname, 'now-' + cmd + '.js')
process.argv = process.argv.slice(0, 2).concat(args)
// Load sub command
require(bin)
// With custom parameter to make "pkg" happy
require(bin, 'may-exclude')

Loading…
Cancel
Save