Skip to content

Commit 5945217

Browse files
authored
Merge pull request jsonwebtoken#358 from nloadholtes/nloadholtes-patch-1
Update for clojure
2 parents d27f12d + 991f510 commit 5945217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/website/libraries/17-Clojure.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sign": true,
1111
"verify": true,
1212
"iss": true,
13-
"sub": false,
13+
"sub": true,
1414
"aud": true,
1515
"exp": true,
1616
"nbf": true,
@@ -30,7 +30,7 @@
3030
"authorName": "Andrey Antukh",
3131
"gitHubRepoPath": "funcool/buddy",
3232
"repoUrl": "https://github.com/funcool/buddy/",
33-
"installCommandHtml": "lein: [funcool/buddy \"0.6.0\"]"
33+
"installCommandHtml": "lein: [funcool/buddy \"2.0.0\"]"
3434
}
3535
]
36-
}
36+
}

0 commit comments

Comments
 (0)