ethpm / ethpm.js

Javascript library for EthPM package manifest and registry operations
https://ethpm.github.io/ethpm.js/
MIT License
13 stars 7 forks source link

Rename `manifest`/`registry` to plurals (`manifests`/`registries`) #5

Closed gnidan closed 6 years ago

gnidan commented 6 years ago

To align more closely with the idea that this module provides an interface for interacting with manifests in the aggregate.

Mostly this is because I think it improves the potential usage syntax:

const registry = ethpm.registries.get("cool-packages.gnidan.eth");
const release = registry.package("cool-package").release("1.9.1");