Update bower.json

update angular-smart-table
pull/314/head
Luiz Azevedo 2017-12-02 00:20:47 -02:00 committed by GitHub
parent eae59492c7
commit 29305116b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"angular": "~1.5.8", "angular": "~1.5.8",
"angular-route": "~1.5.8", "angular-route": "~1.5.8",
"angular-slimscroll": "~1.1.5", "angular-slimscroll": "~1.1.5",
"angular-smart-table": "~2.1.3", "angular-smart-table": "^2.1.9",
"angular-toastr": "~2.1.1", "angular-toastr": "~2.1.1",
"angular-touch": "~1.5.8", "angular-touch": "~1.5.8",
"angular-ui-sortable": "~0.15.0", "angular-ui-sortable": "~0.15.0",
@ -101,6 +101,11 @@
"fonts/fontawesome-webfont.woff", "fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2" "fonts/fontawesome-webfont.woff2"
] ]
},
"angular-smart-table" : {
"main": [
"dist/smart-table.js"
]
} }
} }
} }