pull/360/merge
Vuong Dang 2019-03-18 13:45:49 +00:00 committed by GitHub
commit 9564be457e
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-route": "~1.5.8",
"angular-slimscroll": "~1.1.5",
"angular-smart-table": "~2.1.3",
"angular-smart-table": "^2.1.9",
"angular-toastr": "~2.1.1",
"angular-touch": "~1.5.8",
"angular-ui-sortable": "~0.15.0",
@ -100,6 +100,11 @@
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2"
]
},
"angular-smart-table" : {
"main": [
"dist/smart-table.js"
]
}
}
}