nix: add missing version to package.json

nix2yarn needs this, and it has to be semver-ish, or you end up in a
world of bizarre build failures.
This commit is contained in:
embr 2021-09-02 21:47:34 +02:00
parent 0220065770
commit 61fb0a9137

View file

@ -1,4 +1,5 @@
{
"version": "0.0.0",
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
"engines": {