Skip to content

update shelljs to get rid of warnings on build

Shpuld Shpludson requested to merge fix-build-warnings into develop

after node 14 upgrade, shelljs made lots of warnings like Warning: Accessing non-existent property 'rm' of module exports inside circular dependency during build

this gets rid of the warnings and works on my machine (tm), probably a good idea to have more people test it too

Merge request reports