Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed May 15, 2014
1 parent a16111f commit 8102ab3
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "fontIconPicker",
<<<<<<< HEAD
"version": "1.0.0",
=======
"version": "2.0.0",
>>>>>>> 2.0.0
"description": "An icon picker built on top of font icons and jQuery",
"keywords": [
"icons",
Expand All @@ -13,13 +9,6 @@
],
"main": [
"jquery.fonticonpicker.min.js",
<<<<<<< HEAD
"grey-theme/fonticonpicker.woff",
"grey-theme/iconpicker.eot",
"grey-theme/iconpicker.svg",
"grey-theme/iconpicker.ttf",
"grey-theme/jquery.fonticonpicker.css"
=======
"css/iconpicker.woff",
"css/iconpicker.eot",
"css/iconpicker.svg",
Expand All @@ -28,18 +17,13 @@
"themes/grey-theme/jquery.fonticonpicker.grey.min.css",
"themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css",
"themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css",
"themes/inverted-theme/jquery.fonticonpicker.inverted.min.css",
>>>>>>> 2.0.0
"themes/inverted-theme/jquery.fonticonpicker.inverted.min.css"
],
"ignore": [
"demo"
],
"dependencies": {
<<<<<<< HEAD
"jquery": ">=1.6.4"
=======
"jquery": ">=1.7.1"
>>>>>>> 2.0.0
},
"license": "MIT"
}
}

0 comments on commit 8102ab3

Please sign in to comment.