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:
parent
0220065770
commit
61fb0a9137
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"version": "0.0.0",
|
||||
"name": "@mastodon/mastodon",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue