Merge branch 'master' of github.com:jspm/registry
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"dependencyShim": {
|
"shim": {
|
||||||
"angularFire": ["angular@1.1.5"]
|
"angularFire": ["angular@1.1.5/angular"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"main": "backbone",
|
"main": "backbone",
|
||||||
"dependencyShim": {
|
"shim": {
|
||||||
"backbone": ["underscore"]
|
"backbone": ["underscore"]
|
||||||
},
|
},
|
||||||
"dependencyMap": {
|
"dependencyMap": {
|
||||||
|
|||||||
@@ -3,11 +3,7 @@
|
|||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"dependencyMap": {
|
"shim": {
|
||||||
"backbone": "github:backbone@1.1.0",
|
"backbone.marionette.min": ["backbone@1.1.0", "underscore@1.5.2"]
|
||||||
"underscore": "npm:underscore@1.5.2"
|
|
||||||
},
|
|
||||||
"dependencyShim": {
|
|
||||||
"backbone.marionette.min": ["backbone", "underscore"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"main": "dist/js/bootstrap",
|
"main": "dist/js/bootstrap",
|
||||||
"dependencyShim": {
|
"shim": {
|
||||||
"dist/js/bootstrap": ["jquery", "../css/bootstrap.css!"]
|
"dist/js/bootstrap": ["jquery", "../css/bootstrap.css!"]
|
||||||
},
|
},
|
||||||
"dependencyMap": {
|
"dependencyMap": {
|
||||||
|
|||||||
+5
-7
@@ -1,11 +1,9 @@
|
|||||||
{
|
{
|
||||||
"!css": "github:jspm/plugins/css",
|
"css": "github:jspm/plugin-css",
|
||||||
"!font": "github:jspm/plugins/font",
|
"font": "github:jspm/plugin-font",
|
||||||
"!hbs": "github:jspm/plugins/hbs",
|
"image": "github:jspm/plugin-image",
|
||||||
"!html": "github:jspm/plugins/html",
|
"json": "github:jspm/plugin-json",
|
||||||
"!image": "github:jspm/plugins/image",
|
"text": "github:jspm/plugin-text",
|
||||||
"!json": "github:jspm/plugins/json",
|
|
||||||
"!text": "github:jspm/plugins/text",
|
|
||||||
|
|
||||||
"angular": "cdnjs:angular.js",
|
"angular": "cdnjs:angular.js",
|
||||||
"angular-ui": "cdnjs:angular-ui/angular-ui",
|
"angular-ui": "cdnjs:angular-ui/angular-ui",
|
||||||
|
|||||||
Reference in New Issue
Block a user