mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 06:12:29 +00:00
fix(package.json): point to right main
This commit is contained in:
parent
fda59fc840
commit
84cd2ca473
@ -2,7 +2,7 @@
|
|||||||
"name": "interface-connection",
|
"name": "interface-connection",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "A test suite and interface you can use to implement a connection interface.",
|
"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",
|
"jsnext:main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "aegir-lint",
|
"lint": "aegir-lint",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user