From ca209642625bbd8e1e2d30c094ea6469bafd9dab Mon Sep 17 00:00:00 2001 From: Vladimir Gurovich Date: Sun, 2 Feb 2014 02:14:18 -0800 Subject: [PATCH] chore(bower): include only ionic files, add dependencies Closes #507 --- bower.json | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/bower.json b/bower.json index cc332a80c9..7ef9c4c74b 100644 --- a/bower.json +++ b/bower.json @@ -9,14 +9,10 @@ ], "description": "Advanced HTML5 hybrid mobile app development framework.", "main": [ - "dist/js/ionic.js", - "dist/js/angular/angular.js", - "dist/js/angular/angular-animate.js", - "dist/js/angular/angular-sanitize.js", - "dist/js/angular-ui/angular-ui-router.js", - "dist/js/ionic-angular.js", "dist/css/ionic.css", - "dist/fonts/*" + "dist/fonts/*", + "dist/js/ionic.js", + "dist/js/ionic-angular.js" ], "keywords": [ "mobile", @@ -35,10 +31,21 @@ "private": false, "ignore": [ "**/.*", - "node_modules", - "bower_components", - "components", - "test", - "tests" - ] + "CONTRIBUTING.md", + "dist/js/angular", + "dist/js/angular-ui", + "examples/", + "Gruntfile.js", + "ionic.conf.js", + "js/", + "package.json", + "scss/", + "test/" + ], + "dependencies": { + "angular": "1.2.10", + "angular-animate": "1.2.10", + "angular-sanitize": "1.2.10", + "angular-ui-router": "0.2.7" + } }