Skip to content

Commit d617da2

Browse files
authored
Bumped version
1 parent b5372df commit d617da2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "express-https-template",
3-
"version": "0.0.1-alpha",
3+
"version": "1.0.1",
44
"description": "A simple template for responding to HTTPS requests using Express",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/DF1229/express-https-template.git"
11+
"url": "git+https://github.com/DF1229/express-https.git"
1212
},
1313
"keywords": [
1414
"Express",
@@ -19,9 +19,9 @@
1919
"author": "Daan Faber",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/DF1229/express-https-template/issues"
22+
"url": "https://github.com/DF1229/express-https/issues"
2323
},
24-
"homepage": "https://github.com/DF1229/express-https-template#readme",
24+
"homepage": "https://github.com/DF1229/express-https",
2525
"dependencies": {
2626
"express": "^4.21.0"
2727
}

0 commit comments

Comments
 (0)