Removed ionicons from bower and component

This commit is contained in:
Max Lynch
2013-11-08 13:58:03 -06:00
parent 81ed130ff6
commit 977d6c03be
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "0.0.1",
"version": "0.9.0",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <max@drifty.com>"
@ -25,6 +25,7 @@
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
]

View File

@ -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"