aackerman / circular-dependency-plugin

Detect circular dependencies in modules compiled with Webpack
https://www.npmjs.com/package/circular-dependency-plugin
ISC License
914 stars 46 forks source link

Add minimum node version to engines #23

Closed henrikontio closed 7 years ago

henrikontio commented 7 years ago

Hi, not sure if you find any need to merge this, but here it is anyway. Might save some minutes from someone. We had one environment still using node v5 and after upgrading this plugin from 2.x to 4.1.0. it stopped working since node <6.0.0 doesn't yet support the syntax. Just a little helper to avoid confusion.