jvandemo / angular-consent

Easily show consent messages that keep appearing until the user clicks them away.
http://angular-consent-demo.surge.sh/
MIT License
24 stars 6 forks source link

Add main entry point in package.json. #5

Closed thiago-sylvain closed 6 years ago

thiago-sylvain commented 6 years ago

I was having trouble using this library with the syntax import 'angular-consent'; and webpack. Without being an expert in npm, it looks like adding a main entry in package.json fixes the problem. Was it on purpose that you did not make one in the first time?

jvandemo commented 6 years ago

@thiago-sylvain — Thank you, much appreciated! 🏆

jvandemo commented 6 years ago

Changes have been released as v2.2.0 👍