Skip to content

Commit 85b9c99

Browse files
committed
Updating package.json
1 parent 6067c48 commit 85b9c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "notes-app-api",
33
"version": "1.1.0",
4-
"description": "A Node.js starter for the Serverless Framework with async/await and unit test support",
4+
"description": "Demo notes API created as a part of the Serverless-Stack.com tutorial.",
55
"main": "handler.js",
66
"scripts": {
77
"test": "jest"
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/AnomalyInnovations/serverless-nodejs-starter.git"
13+
"url": "git+https://github.com/AnomalyInnovations/serverless-stack-demo-api.git"
1414
},
1515
"devDependencies": {
1616
"aws-sdk": "^2.224.1",

0 commit comments

Comments
 (0)