diff --git a/package.json b/package.json index d9b146e..5cef568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-discovery", - "version": "0.0.2", + "version": "0.1.0", "description": "A test suite and interface you can use to implement a discovery interface.", "leadMaintainer": "Vasco Santos ", "main": "src/index.js", @@ -49,6 +49,9 @@ "npm": ">=6.0.0" }, "contributors": [ - "David Dias " + "David Dias ", + "Mike Goelzer ", + "Vasco Santos ", + "Vasco Santos " ] }