Rangy - fixes

This commit is contained in:
Bartosz Gościński
2015-03-05 17:10:20 +01:00
parent c25b725db4
commit b6b7f41b44
2 changed files with 4 additions and 5 deletions
@@ -1,19 +1,18 @@
{
"format": "global",
"main": "rangy-core",
"shim": {
"rangy-core": {
"exports": "rangy"
},
"rangy-cssclassapplier": {
"deps": ["rangy"]
"deps": ["./rangy-core"]
},
"rangy-selectionsaverestore": {
"deps": ["rangy"]
"deps": ["./rangy-core"]
},
"rangy-serializer": {
"deps": ["rangy"]
"deps": ["./rangy-core"]
}
}
}
+1 -1
View File
@@ -192,10 +192,10 @@
"punycode": "github:jspm/nodelibs-punycode",
"querystring": "github:jspm/nodelibs-querystring",
"quint": "github:jquery/qunit",
"rangy": "github:timdown/rangy-release",
"raphael": "github:DmitryBaranovskiy/raphael",
"ratchet": "github:maker/ratchet",
"raven-js": "github:getsentry/raven-js",
"rangy": "github:timdown/rangy-release",
"react": "npm:react",
"react-router": "npm:react-router",
"readline": "github:jspm/nodelibs-readline",