snapjay / ngCart

Really simple shopping cart for AngularJS
http://ngcart.snapjay.com
380 stars 236 forks source link

browserify problem #73

Closed marconucara closed 8 years ago

marconucara commented 8 years ago

Hello, I'm trying to include ngCart using npm and browserify but browserify can't find the module even after npm install. I temporally solved adding "main": "dist/ngCart.js", in your package.json. Could you fix it?

Thank you.

snapjay commented 8 years ago

Thanks. Done!

marconucara commented 8 years ago

You should push the change in npm, thank you.