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

Use EIP spec variable name #9

Closed mikeseese closed 5 years ago

mikeseese commented 5 years ago

This PR reverses the change done here: https://github.com/ethpm/ethpm.js/commit/b80d26575b1a2b68652eefac2c2d98d74af7d5f9#diff-123d394060e2bf45afb4f83b5cc8edf8R51

The prior commit was made for quick iteration for the Devcon workshop. However, the spec does specify the name to be packageName instead of name.

This PR is blocked by https://github.com/ethpm/escape-truffle/pull/55