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:
harttle
2019-08-26 10:15:43 -05:00
committed by Jun Yang
parent 3b9fc7e6bf
commit b65df447dc
9 changed files with 13 additions and 8535 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
"author": "harttle",
"license": "MIT",
"dependencies": {
"express": "^4.14.0"
"express": "^4.14.0",
"liquidjs": "*"
}
}