We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c82c51 commit fdad41cCopy full SHA for fdad41c
index.js
@@ -0,0 +1,2 @@
1
+require('./js/angular-daterangepicker.js');
2
+module.exports = 'daterangepicker'
package.json
@@ -10,6 +10,10 @@
10
"description": "Angular.js wrapper for Dan Grosmann's bootstrap date range picker (https://github.com/dangrossman/bootstrap-daterangepicker).",
11
"license": "MIT",
12
"private": false,
13
+ "dependencies": {
14
+ "bootstrap-daterangepicker": "1.3.23"
15
+ },
16
+ "main": "index.js",
17
"devDependencies": {
18
"grunt": "~0.4.1",
19
"grunt-contrib-coffee": "^0.7.0",
0 commit comments