Skip to content

Commit

Permalink
chore: publish multidim interop test module (#2008)
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 authored Sep 1, 2023
1 parent 4f19234 commit a533cc3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions interop/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# multidim-interop <!-- omit in toc -->
# @libp2p/multidim-interop <!-- omit in toc -->

[![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p)
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p/main.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p/actions/workflows/main.yml?query=branch%3Amaster)

> Multidimension Interop Test
> Multidimensional interop tests
## Table of contents <!-- omit in toc -->

Expand Down
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 a533cc3

Please sign in to comment.