From 61fb0a913720a6cbfb300240fd32ead516fca6fb Mon Sep 17 00:00:00 2001 From: embr Date: Thu, 2 Sep 2021 21:47:34 +0200 Subject: [PATCH] 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. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0013e1530..cf4dc0df1 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "version": "0.0.0", "name": "@mastodon/mastodon", "license": "AGPL-3.0-or-later", "engines": {