mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
doc: update typedoc
This commit is contained in:
+2
-2
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user