Merge pull request #750 from techniq/master

angular-ui-select@0.14.0
This commit is contained in:
Guy Bedford
2016-02-09 21:13:05 +02:00
@@ -0,0 +1,16 @@
{
"dependencies": {
"css": "*",
"angular": "^1.3"
},
"main": "dist/select",
"registry": "jspm",
"shim": {
"select": {
"deps": [
"angular",
"./dist/select.css!"
]
}
}
}