ethpm / ethpm-spec

Ethereum Package Manager http://ethpm.github.io/ethpm-spec/
166 stars 30 forks source link

Rename lockfile to package #86

Closed njgheorghita closed 6 years ago

njgheorghita commented 6 years ago

Use of "Lockfile" can be confusing and misleading as Package Managers will be expected to implement their own lockfiles based on what packages they have installed.

This pr renames occurrences of "Lockfile" to "Package". Also updates "lockfile_version" in schema to "manifest_version"

closes #73

gnidan commented 6 years ago

Very in favor of this.