Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dmnd/dedent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.2
Choose a base ref
...
head repository: dmnd/dedent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 11, 2024

  1. 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.
    JoshuaKGoldberg authored Apr 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    90644fe View commit details
Showing with 2 additions and 8 deletions.
  1. +2 −8 package.json
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",
@@ -115,11 +115,5 @@
"optional": true
}
},
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=18"
},
"publishConfig": {
"provenance": true
}
"packageManager": "pnpm@8.7.0"
}