mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
simply remove unused dependencies fixes this issue, but I removed all package-lock.json / yarn.lock since the demo should always be in sync with the codebase
20 lines
172 B
Plaintext
20 lines
172 B
Plaintext
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# cache
|
|
.rpt2_cache
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# modules
|
|
node_modules/
|
|
dist/
|
|
demo/*/package-lock.json
|
|
demo/*/yarn.json
|
|
|
|
# editors
|
|
.*.swp
|
|
.vscode
|
|
|