Skip to content

Commit

Permalink
Revert "Adding tags for each provider supported"
Browse files Browse the repository at this point in the history
ls.implicit.ly only supports 5 tags, so this was pointless

This reverts commit d387688.
  • Loading branch information
joescii committed Jul 28, 2014
1 parent d387688 commit 3d1b8c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -65,7 +65,7 @@ licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html"

seq(lsSettings :_*)

(LsKeys.tags in LsKeys.lsync) := Seq("lift", "oauth", "facebook", "twitter", "github", "MSLive", "Dropbox", "LinkedIn", "Google+", "Instagram", "VK")
(LsKeys.tags in LsKeys.lsync) := Seq("lift", "oauth")

(description in LsKeys.lsync) := "Omniauth for Lift"

Expand Down
4 changes: 2 additions & 2 deletions src/main/ls/0.14.json
@@ -1,10 +1,10 @@
{
"organization" : "net.liftmodules",
"name" : "Omniauth_2.5",
"name" : "Omniauth",
"version" : "0.14",
"description" : "Omniauth for Lift",
"site" : "https://github.com/ghostm/lift-omniauth",
"tags" : [ "lift", "oauth", "facebook", "twitter", "github", "MSLive", "Dropbox", "LinkedIn", "Google+", "Instagram", "VK" ],
"tags" : [ "lift", "oauth" ],
"docs" : "",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
Expand Down

0 comments on commit 3d1b8c3

Please sign in to comment.