From a8126f0bed3cecaf80d5ee7a18bd8d5b3684851f Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 30 Aug 2021 12:20:44 -0500 Subject: [PATCH] doc/main: fix dir in package.json Another case of a missed ide to main directory. --- doc/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/main/package.json b/doc/main/package.json index 5accb99..2088cc6 100644 --- a/doc/main/package.json +++ b/doc/main/package.json @@ -5,7 +5,7 @@ "repository": { "type": "git", "url": "https://github.com/pybricks/pybricks-api", - "directory": "doc/ide" + "directory": "doc/main" }, "publishConfig": { "registry": "https://registry.npmjs.org",