Skip to content

Commit f734d2d

Browse files
committed
Merge pull request Eonasdan#1584 from skyrpex/development
Reduce the jQuery and Moment version constraints
2 parents 11c7dba + a409e6b commit f734d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"bootstrap": "^3.3",
10-
"jquery": ">=1.8.3 <2.2.0",
11-
"moment": "~2.10.5",
10+
"jquery": "^1.8.3 || ^2.0",
11+
"moment": "^2.10",
1212
"moment-timezone": "^0.4.0"
1313
},
1414
"description": "A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub",

0 commit comments

Comments
 (0)