File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " express-demo" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Sample that shows how tu use jwks-rsa with Express" ,
4
+ "description" : " Sample that shows how to use jwks-rsa with Express" ,
5
5
"main" : " server.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hapi-demo" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Sample that shows how tu use jwks-rsa with Hapi" ,
4
+ "description" : " Sample that shows how to use jwks-rsa with Hapi" ,
5
5
"main" : " server.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " koa-demo" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Sample that shows how tu use jwks-rsa with Koa" ,
4
+ "description" : " Sample that shows how to use jwks-rsa with Koa" ,
5
5
"main" : " server.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments