mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
docs: website for LiquidJS
This commit is contained in:
+6
-5
@@ -8,7 +8,9 @@
|
||||
"types": "dist/liquid.d.ts",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"docs": "rm docs -rf && typedoc --gitRevision master --out docs src && cp -r website/. docs/",
|
||||
"build-docs": "bin/build-docs.sh",
|
||||
"index-docs": "bin/index-docs.sh",
|
||||
"serve-docs": "cd docs && hexo serve",
|
||||
"check": "npm test && npm run lint",
|
||||
"unit": "mocha \"test/unit/**/*.ts\"",
|
||||
"integration": "mocha \"test/integration/**/*.ts\"",
|
||||
@@ -18,7 +20,7 @@
|
||||
"coverage": "nyc --reporter=html mocha \"test/{unit,integration}/**/*.ts\"",
|
||||
"coverage-coveralls": "nyc mocha \"test/{unit,integration}/**/*.ts\" && nyc report --reporter=text-lcov | coveralls",
|
||||
"build": "rollup -c rollup.config.ts && ls -lh dist",
|
||||
"version": "npm run build && npm run docs"
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"bin": {
|
||||
"liquidjs": "./bin/liquid.js",
|
||||
@@ -33,9 +35,8 @@
|
||||
"url": "https://opencollective.com/liquidjs"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"bin/liquid.js",
|
||||
"dist",
|
||||
"docs",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
@@ -105,6 +106,7 @@
|
||||
"ts-node": "^8.0.2",
|
||||
"tslib": "^1.9.3",
|
||||
"typedoc": "^0.15.0",
|
||||
"typedoc-plugin-markdown": "^2.2.17",
|
||||
"typescript": "^3.3.3"
|
||||
},
|
||||
"release": {
|
||||
@@ -120,7 +122,6 @@
|
||||
"assets": [
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
"docs",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
|
||||
Reference in New Issue
Block a user