update node_modules

This commit is contained in:
Robert Brignull 2020-08-24 14:02:55 +01:00
parent a6e6d4b72b
commit 3c5b7fba82
3343 changed files with 0 additions and 440474 deletions

View file

@ -1,12 +0,0 @@
#!/usr/bin/env sh
set -e
mkdir -p .browser
echo
echo Preparing browser tests:
find spec -type f -name '*.spec.js' | \
xargs -I {} sh -c \
'export f="{}"; echo $f; browserify $f -t require-globify -t brfs -x ajv -u buffer -o $(echo $f | sed -e "s/spec/.browser/");'