From 7bcca07178e8a4317e3f674d812ea94d70963f0f Mon Sep 17 00:00:00 2001 From: Jim Fisher Date: Wed, 10 Mar 2021 21:28:01 +0000 Subject: [PATCH] "main" in package.json is a broken link The tutorial doesn't actually use this field, but I think it's still wrong --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 7465cd0..3d45e72 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "101-app", "version": "1.0.0", - "main": "index.js", + "main": "src/index.js", "license": "MIT", "scripts": { "prettify": "prettier -l --write \"**/*.js\"",