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", "format": "global",
"main": "rangy-core", "main": "rangy-core",
"shim": { "shim": {
"rangy-core": { "rangy-core": {
"exports": "rangy" "exports": "rangy"
}, },
"rangy-cssclassapplier": { "rangy-cssclassapplier": {
"deps": ["rangy"] "deps": ["./rangy-core"]
}, },
"rangy-selectionsaverestore": { "rangy-selectionsaverestore": {
"deps": ["rangy"] "deps": ["./rangy-core"]
}, },
"rangy-serializer": { "rangy-serializer": {
"deps": ["rangy"] "deps": ["./rangy-core"]
} }
} }
} }
+1 -1
View File
@@ -192,10 +192,10 @@
"punycode": "github:jspm/nodelibs-punycode", "punycode": "github:jspm/nodelibs-punycode",
"querystring": "github:jspm/nodelibs-querystring", "querystring": "github:jspm/nodelibs-querystring",
"quint": "github:jquery/qunit", "quint": "github:jquery/qunit",
"rangy": "github:timdown/rangy-release",
"raphael": "github:DmitryBaranovskiy/raphael", "raphael": "github:DmitryBaranovskiy/raphael",
"ratchet": "github:maker/ratchet", "ratchet": "github:maker/ratchet",
"raven-js": "github:getsentry/raven-js", "raven-js": "github:getsentry/raven-js",
"rangy": "github:timdown/rangy-release",
"react": "npm:react", "react": "npm:react",
"react-router": "npm:react-router", "react-router": "npm:react-router",
"readline": "github:jspm/nodelibs-readline", "readline": "github:jspm/nodelibs-readline",