Add textAngular override

This commit is contained in:
Jan Peša
2015-07-20 16:59:49 +02:00
parent 7fbf181832
commit 8c0d642870
@@ -0,0 +1,16 @@
{
"main": "dist/textAngular",
"files": ["dist/**/*"],
"registry": "jspm",
"dependencies": {
"angular": "^1.3.0",
"css": "*",
"font-awesome": "^4.0.0",
"rangy": "^1.3.0"
},
"shim": {
"dist/textAngular": {
"deps": ["rangy", "rangy/rangy-selectionsaverestore", "./textAngularSetup", "./textAngular.css!"]
}
}
}