Merge pull request #489 from smajl/smajl-patch-1
Add textAngular registry and 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!"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -341,6 +341,7 @@
|
|||||||
"svg.js" : "github:wout/svg.js",
|
"svg.js" : "github:wout/svg.js",
|
||||||
"tabletools": "github:DataTables/TableTools",
|
"tabletools": "github:DataTables/TableTools",
|
||||||
"teo": "npm:teo",
|
"teo": "npm:teo",
|
||||||
|
"textAngular": "github:fraywing/textAngular",
|
||||||
"three.js": "github:mrdoob/three.js",
|
"three.js": "github:mrdoob/three.js",
|
||||||
"three": "github:mrdoob/three.js",
|
"three": "github:mrdoob/three.js",
|
||||||
"threestrap": "github:unconed/threestrap",
|
"threestrap": "github:unconed/threestrap",
|
||||||
|
|||||||
Reference in New Issue
Block a user