Skip to content

Commit

Permalink
Merge pull request #140 from salaros/master
Browse files Browse the repository at this point in the history
fixing both Bower and Composer package names
  • Loading branch information
Sean authored Sep 30, 2018
2 parents 49d9b82 + 919ffd3 commit 421e8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "semantic",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"name" : "fomantic-ui",
"description" : "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com",
"author": {
"name" : "Jack Lukic",
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "semantic/ui",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"name" : "fomantic/ui",
"description" : "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com",
"authors" : [
{
Expand All @@ -21,4 +21,4 @@
"framework"
],
"license" : "MIT"
}
}

0 comments on commit 421e8c2

Please sign in to comment.