Removing comment which breaks JSON
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user