We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82f904a + fdad41c commit fd9d8b8Copy full SHA for fd9d8b8
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
"coffeelint": "^1.12.1",
19
"grunt": "~0.4.1",
0 commit comments