locking bootstrap to v3.0.0

This commit is contained in:
Jarreddebeer
2013-09-07 13:26:25 +02:00
parent 02801330e0
commit 78ac31ec5a
+2 -2
View File
@@ -13,8 +13,8 @@
"depends": ["./angular-ui.css!"]
},
"bootstrap": {
"location": "github:twbs/bootstrap",
"main": "tree/master/dist/js/bootstrap",
"location": "github:twbs/bootstrap@3.0.0",
"main": "dist/js/bootstrap",
"depends": ["../css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.button": {