MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
37 stars 26 forks source link

Remove main export #132

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

This PR reverts #131, and completely removes the main field from the package manifest. We don't actually want to maintain any contract with consumers regarding our command module exports! The CLI itself is the interface. Packages that want to programmatically invoke snaps-cli can use execa or the command line.