Fixing typo in bower.json that is causing a duplicate fontawesome directory to be created. Also tags this version 1.0.4 since the version should match a tag on github.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "startbootstrap-sb-admin-2",
|
||||
"version": "2.0.0",
|
||||
"version": "1.0.4",
|
||||
"homepage": "http://startbootstrap.com/template-overviews/sb-admin-2/",
|
||||
"authors": [
|
||||
"David Miller"
|
||||
],
|
||||
"description": "A free, open source, Bootstrap admin theme created by Start Bootstrap",
|
||||
"keywords": [
|
||||
"bootstrap"
|
||||
"bootstrap",
|
||||
"theme"
|
||||
],
|
||||
"license": "Apache",
|
||||
"ignore": [
|
||||
@@ -29,7 +30,7 @@
|
||||
"DataTables": "~1.10.4",
|
||||
"datatables-plugins": "~1.0.1",
|
||||
"flot": "~0.8.3",
|
||||
"fontawesome": "~4.2.0",
|
||||
"font-awesome": "~4.2.0",
|
||||
"holderjs": "~2.4.1",
|
||||
"metisMenu": "~1.1.3",
|
||||
"morrisjs": "~0.5.1",
|
||||
|
||||
Reference in New Issue
Block a user