Merge pull request #244 from bargosc/master

Added rangy@1.2.3
This commit is contained in:
Guy Bedford
2015-03-05 18:14:15 +02:00
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"format": "global",
"main": "rangy-core",
"shim": {
"rangy-core": {
"exports": "rangy"
},
"rangy-cssclassapplier": {
"deps": ["./rangy-core"]
},
"rangy-selectionsaverestore": {
"deps": ["./rangy-core"]
},
"rangy-serializer": {
"deps": ["./rangy-core"]
}
}
}
+1
View File
@@ -193,6 +193,7 @@
"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",