From 0e428a3c333327d1a345bbd156997fe6fb7bb44c Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Fri, 4 Apr 2025 10:52:20 +0100 Subject: [PATCH] Stop publishing runtime.js to npm This is just needed for running mocha tests; there's no reason to publish it. --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 83a565d5..46fd394a 100644 --- a/.npmignore +++ b/.npmignore @@ -11,6 +11,7 @@ images index.html karma.conf.js rollup.config.mjs +runtime.js src tasks test