fix(package.json): point to right main

This commit is contained in:
David Dias 2016-09-05 18:17:44 -04:00
parent fda59fc840
commit 84cd2ca473

View File

@ -2,7 +2,7 @@
"name": "interface-connection",
"version": "0.2.0",
"description": "A test suite and interface you can use to implement a connection interface.",
"main": "src/index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
@ -42,4 +42,4 @@
"dignifiedquire <dignifiedquire@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}
}