Skip to content

Commit 8c9b046

Browse files
2.0.0
1 parent aeac219 commit 8c9b046

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
{
2-
"name": "serverless-lambda-announcer",
3-
"version": "1.0.1",
4-
"description": "A plugin for serverless framework that announces a deploy of a new function to a given url.",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/dee-me-tree-or-love/serverless-lambda-announcer.git"
12-
},
13-
"author": "dmitrii",
14-
"license": "ISC",
15-
"bugs": {
16-
"url": "https://github.com/dee-me-tree-or-love/serverless-lambda-announcer/issues"
17-
},
18-
"homepage": "https://github.com/dee-me-tree-or-love/serverless-lambda-announcer#readme",
19-
"dependencies": {
20-
"request": "^2.85.0"
21-
},
22-
"devDependencies": {
23-
"eslint": "^4.19.1",
24-
"eslint-config-google": "^0.9.1"
25-
}
26-
}
1+
{
2+
"name": "serverless-lambda-announcer",
3+
"version": "2.0.0",
4+
"description": "A plugin for serverless framework that announces a deploy of a new function to a given url.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/dee-me-tree-or-love/serverless-lambda-announcer.git"
12+
},
13+
"author": "dmitrii",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/dee-me-tree-or-love/serverless-lambda-announcer/issues"
17+
},
18+
"homepage": "https://github.com/dee-me-tree-or-love/serverless-lambda-announcer#readme",
19+
"dependencies": {
20+
"request": "^2.85.0"
21+
},
22+
"devDependencies": {
23+
"eslint": "^4.19.1",
24+
"eslint-config-google": "^0.9.1"
25+
}
26+
}

0 commit comments

Comments
 (0)