From 7e58ec8c0f3c5701bb7ff98c882edb20610d6fd6 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:34:59 -0500 Subject: [PATCH] Update nunjucks w/ npm auto-update (#1689) * Update Nunjucks w/ npm auto-update * Remove `ignoreVersions` field --- packages/n/nunjucks.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/n/nunjucks.json b/packages/n/nunjucks.json index 4bcf8bf10..2f7b45776 100644 --- a/packages/n/nunjucks.json +++ b/packages/n/nunjucks.json @@ -12,8 +12,8 @@ ], "license": "BSD-2-Clause", "autoupdate": { - "source": "git", - "target": "git://github.com/mozilla/nunjucks.git", + "source": "npm", + "target": "nunjucks", "fileMap": [ { "basePath": "browser", @@ -21,9 +21,6 @@ "nunjucks*" ] } - ], - "ignoreVersions": [ - "v.1.3.1" ] }, "authors": [