From fb96d13503ae9ea8f08450f55fd4990a4c68efd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Thu, 19 Dec 2024 22:25:04 +0100 Subject: [PATCH] Add `requirements.txt` to npm package (#838) The file is not included by default, but needed by `studyCddl` to retrieve the version of the CDDL parser to use. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0524346..8e25363 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "files": [ "index.js", "strudy.js", - "src/" + "src/", + "requirements.txt" ], "bugs": { "url": "https://github.com/w3c/strudy/issues"