Rangy - fixes
This commit is contained in:
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user