Skip to content

Add "private" attribute to message-relayer package.json #2312

@smartcontracts

Description

@smartcontracts

We used to release the message-relayer package externally to distribute various utilities related to relaying messages. All of this functionality has now been moved into @eth-optimism/sdk. Since we have no need to continue publishing this package on NPM, we should mark the package as private by modifying its package.json file.

All we need to do is to add "private": "true" to the top of the file. You can see an example here within replica-healthcheck:

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-op-programArea: op-programC-choreCategory: Code, docs or tooling maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions