Added missing dependency

This commit is contained in:
Pau Ramon Revilla 2015-10-30 09:06:04 +01:00
parent 1a2497cebc
commit 4b8ca19b10

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"
}
}