Skip to content

Commit

Permalink
seamless (parcel-bundler#76)
Browse files Browse the repository at this point in the history
* seamless

* formatting
  • Loading branch information
TongDaDa authored and devongovett committed Dec 8, 2017
1 parent 582f8db commit aecb3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Node 8 supports native async functions - no need to use compiled code!
module.exports = parseInt(process.versions.node) < 8
module.exports = parseInt(process.versions.node, 10) < 8
? require('./lib/Bundler')
: require('./src/Bundler');

0 comments on commit aecb3ad

Please sign in to comment.