From 8292f2c71fe84ee631955a060907cf10f77740ff Mon Sep 17 00:00:00 2001 From: RenatoPerotti Date: Fri, 15 Mar 2024 16:53:41 +0100 Subject: [PATCH] docs: remove main field from helia-101 example (#169) The main field is not necessary for this example. Co-authored-by: Alex Potsides --- examples/helia-101/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/helia-101/package.json b/examples/helia-101/package.json index 55c9e313..39ed12d4 100644 --- a/examples/helia-101/package.json +++ b/examples/helia-101/package.json @@ -5,7 +5,6 @@ "type": "module", "description": "Getting started with Helia", "license": "MIT", - "main": "index.js", "scripts": { "101-basics": "node 101-basics.js", "201-storage": "node 201-storage.js",