Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 84cd2ca

Browse files
committed
fix(package.json): point to right main
1 parent fda59fc commit 84cd2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "interface-connection",
33
"version": "0.2.0",
44
"description": "A test suite and interface you can use to implement a connection interface.",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
77
"scripts": {
88
"lint": "aegir-lint",
@@ -42,4 +42,4 @@
4242
"dignifiedquire <[email protected]>",
4343
"greenkeeperio-bot <[email protected]>"
4444
]
45-
}
45+
}

0 commit comments

Comments
 (0)