fix: wrong main path in package.json

This commit is contained in:
dmitriy ryajov 2017-02-18 16:55:23 -08:00
parent 47322259ea
commit 54b83a7813

View File

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