fix tests location

This commit is contained in:
David Dias 2016-03-06 22:58:41 +00:00
parent 6e1896abfa
commit 1a2150a785

View File

@ -2,7 +2,7 @@
"name": "interface-stream-muxer",
"version": "0.3.0",
"description": "A test suite and interface you can use to implement a stream muxer.",
"main": "src/index.js",
"main": "tests/index.js",
"directories": {
"test": "tests"
},