update liquidjs
This commit is contained in:
parent
f8b749339c
commit
c13b25675e
3 changed files with 14 additions and 5 deletions
|
@ -8,8 +8,7 @@
|
|||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"build": "rm -rf .cache && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css",
|
||||
"postbuild": "webmention _site/feed.xml --limit 1 --send"
|
||||
"build": "rm -rf .cache && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Cory Dransfeldt",
|
||||
|
@ -37,7 +36,7 @@
|
|||
"autoprefixer": "^10.4.2",
|
||||
"dotenv-flow": "^3.2.0",
|
||||
"eleventy-plugin-unfurl": "^1.0.0",
|
||||
"liquidjs": "^10.6.1",
|
||||
"liquidjs": "^10.7.0",
|
||||
"markdown-it": "^13.0.1",
|
||||
"markdown-it-anchor": "^8.4.1",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
|
|
Reference in a new issue