Skip to content

Commit

Permalink
chore: Update scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Nov 6, 2024
1 parent 241910f commit 6bb3ab9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ and start building something great.
| [`eslint`](https://github.com/eslint/eslint) | `^9.14.0`
| [`@darkobits/eslint-plugin`](https://github.com/darkobits/eslint-plugin) | `^2.1.10`
| [`semantic-release`](https://github.com/semantic-release/semantic-release) | `~24.2.0`
| [`npm-check-updates`](https://github.com/raineorshine/npm-check-updates) | `~17.1.10`
| [`@darkobits/nr`](https://github.com/darkobits/nr) | `~0.18.0`
2 changes: 1 addition & 1 deletion scripts/update-readme.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface DependencyInfo {
url: string
}

const OUR_PACKAGE_JSON_PROMISE = import('../package.json', { with: { type: 'json' }})
const OUR_PACKAGE_JSON_PROMISE = import('../package.json', { with: { type: 'json' }}).then(mod => mod.default)

/**
* Gets the current local version of the provided dependency.
Expand Down

0 comments on commit 6bb3ab9

Please sign in to comment.