fix(packages): get rid of almost all bower components

This commit is contained in:
nixa 2016-05-24 12:32:31 +03:00
parent 578fa3558a
commit d03c9d82b1
3 changed files with 5 additions and 3 deletions

View file

@ -12,12 +12,10 @@
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Ionicons": "ionicons#~2.0.1",
"fullcalendar": "^2.7.1"
"Ionicons": "ionicons#~2.0.1"
}
}