docs: fix some typos for the website demos

This commit is contained in:
harttle
2019-10-20 22:57:28 +08:00
parent b02a227a81
commit ab8db5394b
83 changed files with 555 additions and 555 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"types": "dist/liquid.d.ts",
"scripts": {
"lint": "eslint . --ext .ts",
"docs": "rm docs -rf && typedoc --out docs src && cp website/* docs/",
"docs": "rm docs -rf && typedoc --gitRevision master --out docs src && cp website/* docs/",
"unit": "mocha \"test/unit/**/*.ts\"",
"integration": "mocha \"test/integration/**/*.ts\"",
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",