Skip to content

Commit

Permalink
Merge pull request #210 from jaredwray/upgrading-writr-to-4.1.1
Browse files Browse the repository at this point in the history
upgrading writr to 4.1.2
  • Loading branch information
jaredwray authored Oct 8, 2024
2 parents 84c175b + eda3d79 commit aa1f6e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecto",
"version": "4.1.0",
"version": "4.1.1",
"description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars",
"type": "module",
"main": "./dist/ecto.js",
Expand Down Expand Up @@ -54,12 +54,12 @@
"nunjucks": "^3.2.4",
"pug": "^3.0.3",
"underscore": "^1.13.7",
"writr": "^4.1.1"
"writr": "^4.1.2"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/nunjucks": "^3.2.6",
"@types/pug": "^2.0.10",
"@types/underscore": "^1.11.15",
Expand Down

0 comments on commit aa1f6e6

Please sign in to comment.