Skip to content

Commit b4c18d6

Browse files
committed
Bump version, add Cody as contributor
1 parent 399d277 commit b4c18d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-swagger",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A set of tools for generating Swagger API documentation based on the HTTP nodes deployed in a flow",
55
"license": "Apache",
66
"repository": {
@@ -17,9 +17,10 @@
1717
"swagger": "swagger/swagger.js"
1818
}
1919
},
20-
"author": {
21-
"name": "Nick O'Leary"
22-
},
20+
"contributors": [
21+
"Nick O'Leary <[email protected]>",
22+
"Cody Walker <[email protected]>"
23+
],
2324
"dependencies": {
2425
"swagger-ui": "2.1.0",
2526
"i18next-client": "1.10.2"

0 commit comments

Comments
 (0)