Update .bower.json, .travis.yml, and 44 more files...

This commit is contained in:
2020-12-23 10:11:32 +01:00
parent be83b43a59
commit 487a96bffd
46 changed files with 1552 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "bootstrap-daterangepicker",
"main": [
"daterangepicker.js",
"daterangepicker.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"moment.js",
"moment.min.js"
],
"dependencies": {
"jquery": "1.9.1 - 3",
"moment": ">=2.9.0"
},
"homepage": "https://github.com/dangrossman/bootstrap-daterangepicker",
"version": "2.1.27",
"_release": "2.1.27",
"_resolution": {
"type": "version",
"tag": "v2.1.27",
"commit": "d4aabfbceaf57117e1af33f3f82e92162719eee9"
},
"_source": "https://github.com/dangrossman/bootstrap-daterangepicker.git",
"_target": "^2.1.25",
"_originalSource": "bootstrap-daterangepicker"
}