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