Merge pull request #3 from masylum/fix-dependencies

Added missing dependency
This commit is contained in:
David Dias 2015-10-30 08:17:48 +00:00
commit 11bce9a818

View File

@ -1,6 +1,6 @@
{
"name": "abstract-connection",
"version": "0.0.1",
"version": "0.0.2",
"description": "A test suite and interface you can use to implement a connection interface.",
"repository": {
"type": "git",
@ -14,5 +14,8 @@
"bugs": {
"url": "https://github.com/diasdavid/abstract-connection/issues"
},
"homepage": "https://github.com/diasdavid/abstract-connection"
"homepage": "https://github.com/diasdavid/abstract-connection",
"dependencies": {
"timed-tape": "^0.1.0"
}
}