Skip to content

Commit

Permalink
version bump to v2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 24, 2023
1 parent 08951d4 commit 473e456
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ecto",
"version": "2.1.10",
"version": "2.1.11",
"description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars",
"main": "./dist/ecto.js",
"types": "./dist/ecto.d.ts",
Expand Down Expand Up @@ -32,7 +32,9 @@
"clean": "rm -rf ./dist && rm -rf node_modules",
"test": "jest --coverage",
"compile": "tsc -p .",
"build": "rm -rf ./dist && npm i && npm run test && npm run compile"
"build": "rm -rf ./dist && npm i && npm run test && npm run compile",
"website:build": "npx docula",
"website:serve": "npx docula serve"
},
"dependencies": {
"@markdoc/markdoc": "^0.3.0",
Expand All @@ -57,6 +59,7 @@
"@types/nunjucks": "^3.2.2",
"@types/pug": "^2.0.6",
"@types/underscore": "^1.11.4",
"docula": "^0.3.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
Expand Down

0 comments on commit 473e456

Please sign in to comment.