Added rangy@1.2.3

This commit is contained in:
Bartosz Gościński
2015-03-05 16:35:22 +01:00
parent b7eb97187b
commit c25b725db4
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"format": "global",
"main": "rangy-core",
"shim": {
"rangy-core": {
"exports": "rangy"
},
"rangy-cssclassapplier": {
"deps": ["rangy"]
},
"rangy-selectionsaverestore": {
"deps": ["rangy"]
},
"rangy-serializer": {
"deps": ["rangy"]
}
}
}
+1
View File
@@ -195,6 +195,7 @@
"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",