serverless-openapi-documenter 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +13 -3
package/README.md CHANGED
@@ -310,7 +310,7 @@ requestHeaders:
310
310
 
311
311
  ## Example configuration
312
312
 
313
- Please view the example [serverless.yml](test/serverless 2/serverless.yml).
313
+ Please view the example [serverless.yml](test/serverless\ 2/serverless.yml).
314
314
 
315
315
  ## Install
316
316
 
package/package.json CHANGED
@@ -1,13 +1,23 @@
1
1
  {
2
2
  "name": "serverless-openapi-documenter",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
5
5
  "main": "index.js",
6
+ "keywords": ["serverless", "serverless2", "serverless3", "openAPI", "openAPIv3", "openAPI3", "PostmanCollections", "Postman-Collections"],
6
7
  "scripts": {
7
8
  "test": "echo \"Error: no test specified\" && exit 1"
8
9
  },
9
- "author": "",
10
- "license": "ISC",
10
+ "author": {
11
+ "name": "Jared Evans"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/JaredCE/serverless-openapi-documenter.git"
16
+ },
17
+ "bugs": {
18
+ "url": "https://github.com/JaredCE/serverless-openapi-documenter/issues"
19
+ },
20
+ "license": "MIT",
11
21
  "devDependencies": {
12
22
  "serverless": "^3.17.0"
13
23
  },