diff --git a/package.json b/package.json index a44ec33..f09d23d 100644 --- a/package.json +++ b/package.json @@ -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 ", "greenkeeperio-bot " ] -} \ No newline at end of file +}