Skip to content

Commit 8102ab3

Browse files
committed
Fix conflict
1 parent a16111f commit 8102ab3

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

bower.json

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"name": "fontIconPicker",
3-
<<<<<<< HEAD
4-
"version": "1.0.0",
5-
=======
63
"version": "2.0.0",
7-
>>>>>>> 2.0.0
84
"description": "An icon picker built on top of font icons and jQuery",
95
"keywords": [
106
"icons",
@@ -13,13 +9,6 @@
139
],
1410
"main": [
1511
"jquery.fonticonpicker.min.js",
16-
<<<<<<< HEAD
17-
"grey-theme/fonticonpicker.woff",
18-
"grey-theme/iconpicker.eot",
19-
"grey-theme/iconpicker.svg",
20-
"grey-theme/iconpicker.ttf",
21-
"grey-theme/jquery.fonticonpicker.css"
22-
=======
2312
"css/iconpicker.woff",
2413
"css/iconpicker.eot",
2514
"css/iconpicker.svg",
@@ -28,18 +17,13 @@
2817
"themes/grey-theme/jquery.fonticonpicker.grey.min.css",
2918
"themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css",
3019
"themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css",
31-
"themes/inverted-theme/jquery.fonticonpicker.inverted.min.css",
32-
>>>>>>> 2.0.0
20+
"themes/inverted-theme/jquery.fonticonpicker.inverted.min.css"
3321
],
3422
"ignore": [
3523
"demo"
3624
],
3725
"dependencies": {
38-
<<<<<<< HEAD
39-
"jquery": ">=1.6.4"
40-
=======
4126
"jquery": ">=1.7.1"
42-
>>>>>>> 2.0.0
4327
},
4428
"license": "MIT"
45-
}
29+
}

0 commit comments

Comments
 (0)