From 2894b1abdf94d9df75447fd24452e92ae634f995 Mon Sep 17 00:00:00 2001 From: Tanya Gray Date: Wed, 22 Apr 2026 14:07:31 +0100 Subject: [PATCH] modify npm publish workflow --- .github/workflows/cd.yml | 20 ++++++++------------ package.template.json | 40 ++++++++++++++++++++++------------------ 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7634cb8..01dc71c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,6 @@ jobs: run: | cp package.template.json objects/package.json cp tsconfig.template.json objects/tsconfig.json - cp README.md objects/ || true node <=24" -} + "node": ">=24" + }, + "contributors": [ + "Tanya Gray (https://github.com/tgra)", + "Jesse Wright (https://github.com/jeswr)" + ], + "keywords": [ + "solid", + "rdf", + "rdfjs-wrapper", + "shacl" + ], + "license": "MIT" } \ No newline at end of file