mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10: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
12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"name": "liquidjs-demo-nodejs",
|
|
"description": "Node.js demo for liquidjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"liquidjs": "*"
|
|
}
|
|
}
|