From b4f441bfd08c75746dcae48dda265a8f56336312 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 29 Jan 2020 11:57:08 +0000 Subject: [PATCH] Added NPM lock file, but the truth is the NPM system is not working. I've found out how 'assets' is supposed to work; it's supposed to work via `webjars-locator-core`. I'd be better off finding what's going wrong there than keeping fucking about with NPM. --- resources/public/js/lib/package-lock.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 resources/public/js/lib/package-lock.json diff --git a/resources/public/js/lib/package-lock.json b/resources/public/js/lib/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/resources/public/js/lib/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}