Merge branch 'master' of github.com:jspm/registry

This commit is contained in:
guybedford
2013-11-15 14:02:41 +02:00
2 changed files with 10 additions and 4 deletions
@@ -1,4 +1,7 @@
{ {
"main": "jquery.min", "main": "jquery",
"files": ["jquery.min.js", "jquery.min.map", "jquery.js"] "files": ["jquery.js"],
"buildConfig" {
"uglify": "true"
}
} }
@@ -1,8 +1,11 @@
{ {
"main": "backbone-min", "main": "backbone",
"files": ["backbone-min.js", "backbone-min.map"], "files": ["backbone.js"],
"dependencyMap": { "dependencyMap": {
"jquery": "jquery@2.0", "jquery": "jquery@2.0",
"underscore": "underscore@1.5" "underscore": "underscore@1.5"
},
"buildConfig": {
"uglify": "true"
} }
} }