File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " express-https-template" ,
3
- "version" : " 0 .0.1-alpha " ,
3
+ "version" : " 1 .0.1" ,
4
4
"description" : " A simple template for responding to HTTPS requests using Express" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/DF1229/express-https-template .git"
11
+ "url" : " git+https://github.com/DF1229/express-https.git"
12
12
},
13
13
"keywords" : [
14
14
" Express" ,
19
19
"author" : " Daan Faber" ,
20
20
"license" : " MIT" ,
21
21
"bugs" : {
22
- "url" : " https://github.com/DF1229/express-https-template /issues"
22
+ "url" : " https://github.com/DF1229/express-https/issues"
23
23
},
24
- "homepage" : " https://github.com/DF1229/express-https-template#readme " ,
24
+ "homepage" : " https://github.com/DF1229/express-https" ,
25
25
"dependencies" : {
26
26
"express" : " ^4.21.0"
27
27
}
You can’t perform that action at this time.
0 commit comments