From be54e0c6bffc3840186dd533aea5073c53573955 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:58:43 +0200 Subject: [PATCH 1/2] Edit package.json to fix babel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a9cdfd..496ae02 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "basic react config for https://tea.xyz", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "npx babel src --out-dir lib --no-babelrc" }, "repository": { "type": "git", From e1b01a89b3a04e0535ab34956c2048efef0b73fe Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 24 Apr 2023 14:20:41 -0400 Subject: [PATCH 2/2] try this --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e706e9c..6c2b5fa 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,11 @@ Deploys to [tea.xyz]. - # Legal You may not publish this website in an attempt to masquerade as tea.inc. The tea logo and wordmark are registered trademarks of tea.inc. - # Contributing * The site is built with [Hugo] and [Bootstrap]. @@ -42,12 +40,12 @@ just package-pages ## Dependencies -| Project | Version | -|--------------|---------| -| gohugo.io | >=0.99 | -| nodejs.org | =18.13.0 | -| npmjs.com | * | -| just.systems | ~1 | +| Project | Version | +|--------------|------------| +| gohugo.io | >=0.99 | +| nodejs.org | =18.13.0 | +| npmjs.com | >=9<9.6.5 | +| just.systems | ~1 | # Build @@ -60,7 +58,6 @@ hugo --source src --destination ../public --minify just build ``` - [tea.xyz]: https://tea.xyz [Bootstrap]: https://getbootstrap.com/docs/5.2/getting-started/introduction/ [Hugo]: https://gohugo.io/documentation/