From 845dbbcb6861c7fb8ea81b063cef3495837ee729 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 22 Apr 2021 18:29:15 +0200 Subject: [PATCH] Makr package private for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d965ea..8815b24 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "augmentile", "version": "0.1.0-alpha", "description": "Augment matrix rooms with a tile map game", - "main": "index.js", + "private": true, "repository": "https://edugit.org/auglement/augmentile", "author": "Dominik George <nik@naturalnet.de>", "license": "Apache-2.0", -- GitLab