bassjobsen / Bootstrap-3-Typeahead

The Typeahead plugin from Twitter's Bootstrap 2 ready to use with Bootstrap 3 and Bootstrap 4
1.68k stars 1.33k forks source link

Relax versioning in engines.node #378

Open amirnissim opened 5 years ago

amirnissim commented 5 years ago

This package will fail to install in projects using the engine-strict npm config, unless they are using node 0.10.x:

npm install ... npm ERR! notsup Unsupported engine for bootstrap-3-typeahead@4.0.2: wanted: {"node":"~0.10.1"}

This commit fixes this issue.