Skip to content

Commit

Permalink
semver in consolidate
Browse files Browse the repository at this point in the history
  • Loading branch information
noel-schenk committed Nov 1, 2019
1 parent 08da520 commit e87ba75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/consolidate.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ require('./shared').test('razor');
require('./shared').test('squirrelly');
require('./shared/partials').test('squirrelly');
require('./shared/helpers').test('squirrelly');
if (semver.satisfies(process.version, '>=6.0.0')) {
if (semver.satisfies(process.version, '>=8.0.0')) {
require('./shared').test('twing');
}

0 comments on commit e87ba75

Please sign in to comment.