doc: update typedoc

This commit is contained in:
harttle
2019-08-27 12:17:53 +08:00
parent d3f3d81e2e
commit 493c4951e1
205 changed files with 1494 additions and 35676 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
"types": "dist/liquid.d.ts",
"scripts": {
"lint": "eslint . --ext .ts",
"doc": "typedoc --out doc src --readme none",
"doc": "typedoc --out docs src --readme none",
"unit": "mocha \"test/unit/**/*.ts\"",
"integration": "mocha \"test/integration/**/*.ts\"",
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",
@@ -30,7 +30,7 @@
"files": [
"bin",
"dist",
"doc",
"docs",
"LICENSE",
"README.md"
],