Skip to content

Commit 471bea9

Browse files
committed
Changed Bower dependencies (now using ^ on versions).
1 parent 1e6cfab commit 471bea9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

bower.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
],
99
"homepage": "http://evoluteur.github.io/evolutility/",
1010
"dependencies": {
11-
"jquery": "2.1.4",
12-
"backbone": "1.2.3",
13-
"backbone.localStorage": "v1.1.16",
14-
"underscore": "1.8.3",
15-
"d3": "3.5.6",
16-
"papaparse": "4.1.0",
17-
"bootstrap": "3.3.6",
18-
"bootstrap-datepicker": "1.5.0",
19-
"select2": "3.5.2",
20-
"toastr": "2.1.1"
11+
"jquery": "^2.2.3",
12+
"backbone": "^1.3.3",
13+
"backbone.localStorage": "^v1.1.16",
14+
"underscore": "^1.8.3",
15+
"d3": "^3.5.16",
16+
"papaparse": "^4.1.0",
17+
"bootstrap": "^3.3.6",
18+
"bootstrap-datepicker": "^1.6.0",
19+
"select2": "^3.5.2",
20+
"toastr": "^2.1.1"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)