dapphub / dpack

simple lockfile for your dapp's addresses and artifacts
46 stars 9 forks source link

remove extra stringify #23

Closed stobiewan closed 2 years ago

stobiewan commented 2 years ago

stringify() was used both in packType()/packObject() and then again in putIpfsJson(). This meant the result had escaped escapes and JSON.parse() would fail to give an object when attempting to load a pack.

nmushegian commented 2 years ago

Pls bump package.json version so npm github thing doesn’t get confused