mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 14:12:17 +00:00
chore: add engine
This commit is contained in:
parent
239849fe1a
commit
7cf11bef91
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "interface-connection",
|
"name": "interface-connection",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"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": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -36,7 +36,8 @@
|
|||||||
"aegir": "^11.0.0"
|
"aegir": "^11.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0"
|
"node": ">=4.0.0",
|
||||||
|
"npm": ">=3.0.0"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"David Dias <daviddias.p@gmail.com>",
|
"David Dias <daviddias.p@gmail.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user