Skip to content

Commit

Permalink
fix: remove engines and provenance requirements (#93)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
JoshuaKGoldberg committed Apr 11, 2024
1 parent 4c133c1 commit 90644fe
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -115,11 +115,5 @@
"optional": true
}
},
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=18"
},
"publishConfig": {
"provenance": true
}
"packageManager": "pnpm@8.7.0"
}

0 comments on commit 90644fe

Please sign in to comment.