From 90644fe0be6ed6c159efe8c905f491ba26c51c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Wed, 10 Apr 2024 20:14:14 -0400 Subject: [PATCH] fix: remove engines and provenance requirements (#93) ## PR Checklist - [x] Addresses an existing open issue: fixes #92 - [x] That issue was marked as [`status: accepting prs`](https://github.com/dmnd/dedent/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/dmnd/dedent/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Removes the requirements so they don't impact users. --- package.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index dc8537b..cb0c024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dedent", - "version": "1.5.1", + "version": "1.5.3", "description": "A string tag that strips indentation from multi-line strings. ⬅️", "keywords": [ "dedent", @@ -115,11 +115,5 @@ "optional": true } }, - "packageManager": "pnpm@8.7.0", - "engines": { - "node": ">=18" - }, - "publishConfig": { - "provenance": true - } + "packageManager": "pnpm@8.7.0" }