We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6067c48 commit 85b9c99Copy full SHA for 85b9c99
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "notes-app-api",
3
"version": "1.1.0",
4
- "description": "A Node.js starter for the Serverless Framework with async/await and unit test support",
+ "description": "Demo notes API created as a part of the Serverless-Stack.com tutorial.",
5
"main": "handler.js",
6
"scripts": {
7
"test": "jest"
@@ -10,7 +10,7 @@
10
"license": "MIT",
11
"repository": {
12
"type": "git",
13
- "url": "https://github.com/AnomalyInnovations/serverless-nodejs-starter.git"
+ "url": "git+https://github.com/AnomalyInnovations/serverless-stack-demo-api.git"
14
},
15
"devDependencies": {
16
"aws-sdk": "^2.224.1",
0 commit comments