Skip to content

Commit

Permalink
chore: publish multidim interop test module
Browse files Browse the repository at this point in the history
This module is now published as `@libp2p/multidim-interop`.

Closes #2005
  • Loading branch information
achingbrain committed Aug 31, 2023
1 parent 8977862 commit 2b5a0d7
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multidim-interop",
"name": "@libp2p/multidim-interop",
"version": "1.0.0",
"description": "Multidimension Interop Test",
"description": "Multidimensional interop tests",
"author": "Glen De Cauwsemaecker <glen@littlebearlabs.io> / @marcopolo",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/interop#readme",
Expand All @@ -16,8 +16,18 @@
"types": "./dist/src/index.d.ts",
"files": [
"src",
"test",
"dist",
"!dist/test",
".aegir.js",
"BrowserDockerfile",
"chromium-version.json",
"Dockerfile",
"firefox-version.json",
"Makefile",
"node-version.json",
"relay.js",
"tsconfig.json",
"webkit-version.json",
"!**/*.tsbuildinfo"
],
"exports": {
Expand Down Expand Up @@ -56,6 +66,5 @@
},
"browser": {
"@libp2p/tcp": false
},
"private": true
}
}

0 comments on commit 2b5a0d7

Please sign in to comment.