luisfarzati / ng-bs-daterangepicker

AngularJS directive for bootstrap-daterangepicker
http://luisfarzati.github.io/ng-bs-daterangepicker/
MIT License
246 stars 167 forks source link

Update package.json main property #112

Closed dmartinho closed 7 years ago

dmartinho commented 8 years ago

Adding main property for resolving in node. I'm using only npm in my project and there is the "main" property which is missing. I can't use "require('ng-bs-daterangepicker');" without this property.

qyoz commented 8 years ago

@luisfarzati What's the holdup here? This module can't be required without this key.