template-repos-cjs-esm
- Remove
ethers
(yarn remove ethers
) because that is just an example package. - Edit
index.ts
and install all related packages (e.g.,elliptic
and@types/elliptic
) - Push the repository and install it as a git package (e.g.,
yarn add git@github.com:dev-protocol/template-repos-cjs-esm.git
)