Skip to content

Commit c4a1b93

Browse files
author
Joshua Toth
committed
change repo namespace
1 parent 1fda36d commit c4a1b93

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,7 +1,7 @@
11
{
22
"name": "severless-template",
33
"version": "0.0.1",
4-
"description": "A template for Serverless using Typescript",
4+
"description": "A template for a Serverless API using Typescript and Jest",
55
"main": "functions/healthcheck.js",
66
"scripts": {
77
"test": "jest",
@@ -11,14 +11,14 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+JoshuaToth/serverless-typescript-template.git"
14+
"url": "git+JoshuaToth/serverless-api-typescript-template.git"
1515
},
1616
"author": "Joshua Toth",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/JoshuaToth/serverless-typescript-template/issues"
19+
"url": "https://github.com/JoshuaToth/serverless-api-typescript-template/issues"
2020
},
21-
"homepage": "https://github.com/JoshuaToth/serverless-typescript-template#readme",
21+
"homepage": "https://github.com/JoshuaToth/serverless-api-typescript-template#readme",
2222
"dependencies": {
2323
"typescript": "^3.5.3"
2424
},

0 commit comments

Comments
 (0)