Closed marconucara closed 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?
"main": "dist/ngCart.js",
Thank you.
Thanks. Done!
You should push the change in npm, thank you.
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.