fix(package.json): point to right main

This commit is contained in:
David Dias 2016-09-05 18:18:33 -04:00
parent 8f2a77c333
commit ace615053a

View File

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://github.com/diasdavid/interface-transport.git" "url": "https://github.com/diasdavid/interface-transport.git"
}, },
"main": "src/index.js", "main": "lib/index.js",
"jsnext:main": "src/index.js", "jsnext:main": "src/index.js",
"scripts": { "scripts": {
"lint": "aegir-lint", "lint": "aegir-lint",