Removing explicit versioning on bootstrap libraries

This commit is contained in:
Jarreddebeer
2013-09-11 10:28:25 +02:00
parent eab83c78d2
commit 6024e7b55c
+13 -13
View File
@@ -13,67 +13,67 @@
"depends": ["./angular-ui.css!"] "depends": ["./angular-ui.css!"]
}, },
"bootstrap": { "bootstrap": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "dist/js/bootstrap", "main": "dist/js/bootstrap",
"depends": ["../css/bootstrap.css!", "jspm:jquery"] "depends": ["../css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.affix": { "bootstrap.affix": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/affix", "main": "js/affix",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.alert": { "bootstrap.alert": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/alert", "main": "js/alert",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.button": { "bootstrap.button": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/button", "main": "js/button",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.carousel": { "bootstrap.carousel": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/carousel", "main": "js/carousel",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.collapse": { "bootstrap.collapse": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/collapse", "main": "js/collapse",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.dropdown": { "bootstrap.dropdown": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/dropdown", "main": "js/dropdown",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.modal": { "bootstrap.modal": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/modal", "main": "js/modal",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.popover": { "bootstrap.popover": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/popover", "main": "js/popover",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.scrollspy": { "bootstrap.scrollspy": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/scrollspy", "main": "js/scrollspy",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.tab": { "bootstrap.tab": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/tab", "main": "js/tab",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.tooltip": { "bootstrap.tooltip": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/tooltip", "main": "js/tooltip",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"bootstrap.transition": { "bootstrap.transition": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap",
"main": "js/transition", "main": "js/transition",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },