mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
fix: reactjs demo during yarn install, fixes #145
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
This commit is contained in:
@@ -10,7 +10,10 @@ coverage/
|
||||
# modules
|
||||
node_modules/
|
||||
dist/
|
||||
demo/*/package-lock.json
|
||||
demo/*/yarn.json
|
||||
|
||||
# editors
|
||||
.*.swp
|
||||
.vscode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user