louischatriot / nedb

The JavaScript Database, for Node.js, nw.js, electron and the browser
MIT License
13.48k stars 1.03k forks source link

When will the bower nedb package be updated ? #408

Open pravin-d opened 8 years ago

pravin-d commented 8 years ago

Currently the latest bower package for nedb is 1.6.0. However the current version of nedb is 1.8 I guess. When will the bower package be updated for nedb ?

kaizhu256 commented 8 years ago

as an interim solution, you can run

npm install nedb-lite

which will only install the nedb browser-script (@ v1.8.0, with a one-line hack to run in nodejs as well)