mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10: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:
@@ -6,6 +6,6 @@
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"liquidjs": "^7.0.0"
|
||||
"liquidjs": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user