Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 39cdbfa

Browse files
author
Brian Link
authored
Merge pull request #20 from SpringRoll/bugfix/locking-in-versions
Locking in versions, so that build will pass again
2 parents 09e28fe + 2484231 commit 39cdbfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "SpringRollConnect",
33
"version": "1.3.12",
44
"dependencies": {
5-
"jquery": "*",
6-
"bootstrap": "*",
5+
"jquery": "2.2.*",
6+
"bootstrap": "3.3.*",
77
"bellhop": "*",
88
"modernizr": "~2",
99
"springroll-container": "*",
@@ -17,4 +17,4 @@
1717
"Gruntfile.js",
1818
"package.js"
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)