From f0859bbfcdcba5d4f6f6c38fdedc2a80b7747cfb Mon Sep 17 00:00:00 2001 From: konradpabjan Date: Mon, 24 Aug 2020 13:55:43 +0200 Subject: [PATCH] Misc fixes --- docs/contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributors.md b/docs/contributors.md index d35bb976..052c3644 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -8,8 +8,8 @@ ### NCC -In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create a multiple `index.js` files that gets saved in `dist/`. -There are two files that get created +In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create multiple `index.js` files that gets saved under `dist/`. +There are two main files that get created - `dist/setup/index.js` - Core `setup-java` logic that downloads and installs an appropriate version of Java - Handling creating a `settings.xml` file to make it easier to publish packages