Removing comment which breaks JSON

This commit is contained in:
Jarreddebeer
2013-09-11 00:07:50 +02:00
parent e6a2b0809c
commit eab83c78d2
-5
View File
@@ -12,15 +12,11 @@
"main": "angular-ui", "main": "angular-ui",
"depends": ["./angular-ui.css!"] "depends": ["./angular-ui.css!"]
}, },
// Bootstrap
"bootstrap": { "bootstrap": {
"location": "github:twbs/bootstrap@3.0.0", "location": "github:twbs/bootstrap@3.0.0",
"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@3.0.0",
"main": "js/affix", "main": "js/affix",
@@ -81,7 +77,6 @@
"main": "js/transition", "main": "js/transition",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"] "depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
}, },
"webfont": { "webfont": {
"location": "cdnjs:webfont/1.3.0", "location": "cdnjs:webfont/1.3.0",
"main": "webfont" "main": "webfont"