File tree Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments