s-yadav / jsonQ

A JavaScript library to make manipulation and extraction of data from a JSON very easy and fast.
MIT License
202 stars 69 forks source link

jsonQ.js ==> module.exports = jsonQ; module is not defined.. #5

Closed roshan-ship-it closed 8 years ago

roshan-ship-it commented 8 years ago

Hi,

I am trying to run exactly same code as in sample example . when i try to run i got error at module.exports=jsonQ stating module is not defined in jsonQ.js file..Please let me know if i am missing anything..

s-yadav commented 8 years ago

Are you trying to use node js version of jsonq

roshan-ship-it commented 8 years ago

Yes.. but later i just copied raw js which has version 1.0.4 then it works but npm pulls only 1.0.3 version..