Update registry.json

This commit is contained in:
Jarreddebeer
2013-09-08 18:50:42 +02:00
parent 0423ab641d
commit 2688e57694
+2 -2
View File
@@ -13,12 +13,12 @@
"depends": ["./angular-ui.css!"] "depends": ["./angular-ui.css!"]
}, },
"bootstrap": { "bootstrap": {
"location": "github:twbs/bootstrap@v3.0.0", "location": "github:twbs/bootstrap@3.0.0",
"main": "dist/js/bootstrap", "main": "dist/js/bootstrap",
"depends": ["../css/bootstrap.css!", "jquery"] "depends": ["../css/bootstrap.css!", "jquery"]
}, },
"bootstrap.button": { "bootstrap.button": {
"location": "github:twbs/bootstrap@v3.0.0", "location": "github:twbs/bootstrap@3.0.0",
"main": "js/button", "main": "js/button",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },