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

Commit ace6150

Browse files
committed
fix(package.json): point to right main
1 parent 8f2a77c commit ace6150

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
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/diasdavid/interface-transport.git"
88
},
9-
"main": "src/index.js",
9+
"main": "lib/index.js",
1010
"jsnext:main": "src/index.js",
1111
"scripts": {
1212
"lint": "aegir-lint",
@@ -46,4 +46,4 @@
4646
"Richard Littauer <[email protected]>",
4747
"greenkeeperio-bot <[email protected]>"
4848
]
49-
}
49+
}

0 commit comments

Comments
 (0)