Merge pull request #489 from smajl/smajl-patch-1

Add textAngular registry and override
This commit is contained in:
Guy Bedford
2015-07-20 17:15:15 +02:00
2 changed files with 17 additions and 0 deletions
@@ -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!"]
}
}
}
+1
View File
@@ -341,6 +341,7 @@
"svg.js" : "github:wout/svg.js",
"tabletools": "github:DataTables/TableTools",
"teo": "npm:teo",
"textAngular": "github:fraywing/textAngular",
"three.js": "github:mrdoob/three.js",
"three": "github:mrdoob/three.js",
"threestrap": "github:unconed/threestrap",