mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Removed ionicons from bower and component
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ionic",
|
"name": "ionic",
|
||||||
"version": "0.0.1",
|
"version": "0.9.0",
|
||||||
"homepage": "https://github.com/driftyco/ionic",
|
"homepage": "https://github.com/driftyco/ionic",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Max Lynch <max@drifty.com>"
|
"Max Lynch <max@drifty.com>"
|
||||||
@ -25,6 +25,7 @@
|
|||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"bower_components",
|
"bower_components",
|
||||||
|
"components",
|
||||||
"test",
|
"test",
|
||||||
"tests"
|
"tests"
|
||||||
]
|
]
|
||||||
|
|||||||
@ -10,9 +10,6 @@
|
|||||||
"dist/js/ionic-angular.js"
|
"dist/js/ionic-angular.js"
|
||||||
],
|
],
|
||||||
"name": "Ionic",
|
"name": "Ionic",
|
||||||
"dependencies": {
|
|
||||||
"driftyco/ionicons": "*"
|
|
||||||
},
|
|
||||||
"keywords": ["ionic","mobile","html5","hybrid","angularjs"],
|
"keywords": ["ionic","mobile","html5","hybrid","angularjs"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "An advanced HTML5 mobile development framework"
|
"description": "An advanced HTML5 mobile development framework"
|
||||||
|
|||||||
Reference in New Issue
Block a user