Add textAngular override
This commit is contained in:
@@ -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!"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user