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
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "liquidjs-demo-browser",
|
|
"version": "1.0.0",
|
|
"description": "Liquidjs Demo for Browser Usage",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "http-server -c-1 "
|
|
},
|
|
"author": "harttle <[email protected]>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"http-server": "^0.11.1",
|
|
"liquidjs": "*"
|
|
}
|
|
}
|