Skip to content

Commit

Permalink
Upgrade DEFAULT_ENGINES node to Node 8 (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 authored and devongovett committed Jun 30, 2018
1 parent 3a8f38c commit fd2294a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getTargetEngines.js
Expand Up @@ -4,7 +4,7 @@ const Path = require('path');

const DEFAULT_ENGINES = {
browsers: ['> 0.25%'],
node: '6'
node: '8'
};

/**
Expand Down

0 comments on commit fd2294a

Please sign in to comment.