LiskArchive / lisk-build

🏗️ Lisk binary package building tool

Home Page:https://lisk.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify the usage of version and minVersion from old config.json

nazarhussain opened this issue · comments

With recent changes in core 1.1.x, we had moved version and minVersion from the config.json to package.json

Need to validate any usage of these attributes in this project.

minVersion is used in build.sh to create etc/snapshot.json: this will be removed in #310