mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 20:02:20 +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",
|
||||
"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>"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user