chore: release version v0.0.2

This commit is contained in:
David Dias 2017-02-09 08:56:37 -08:00
parent 6ae4f95582
commit 6eeed4cbcb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
dist
# Logs
logs
*.log

View File

@ -1,6 +1,6 @@
{
"name": "interface-discovery",
"version": "0.0.1",
"version": "0.0.2",
"description": "A test suite and interface you can use to implement a discovery interface.",
"main": "src/index.js",
"scripts": {