diff --git a/bower.json b/bower.json index 95bac49ba1..7a5ec3cb44 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ionic", - "version": "0.0.1", + "version": "0.9.0", "homepage": "https://github.com/driftyco/ionic", "authors": [ "Max Lynch " @@ -25,6 +25,7 @@ "**/.*", "node_modules", "bower_components", + "components", "test", "tests" ] diff --git a/component.json b/component.json index 48bc9b59dc..ea6d258627 100644 --- a/component.json +++ b/component.json @@ -10,9 +10,6 @@ "dist/js/ionic-angular.js" ], "name": "Ionic", - "dependencies": { - "driftyco/ionicons": "*" - }, "keywords": ["ionic","mobile","html5","hybrid","angularjs"], "license": "MIT", "description": "An advanced HTML5 mobile development framework"