From a9bde485fda3ada044140fcb918e4353c6839628 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Wed, 4 Sep 2024 18:26:31 +0200 Subject: [PATCH] Toward https://github.com/OpenHistoricalMap/issues/issues/877 by adding the organization to package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86ebea17aa..0f576e1d6e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "iD", + "name": "@openhistoricalmap/id", "version": "2.29.0-dev", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js",