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

3
.bowerrc Normal file
View file

@ -0,0 +1,3 @@
{
"directory": "node_modules"
}

View file

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

View file

@ -26,6 +26,7 @@
"extract-text-webpack-plugin": "^1.0.1", "extract-text-webpack-plugin": "^1.0.1",
"font-awesome": "^4.6.1", "font-awesome": "^4.6.1",
"font-awesome-sass-loader": "^1.0.1", "font-awesome-sass-loader": "^1.0.1",
"fullcalendar": "^2.7.2",
"google-maps": "^3.2.1", "google-maps": "^3.2.1",
"jquery": "^2.2.3", "jquery": "^2.2.3",
"jquery-slimscroll": "^1.3.6", "jquery-slimscroll": "^1.3.6",