Skip to content

Commit

Permalink
fix(deps): rename read-pkg-up to read-package-up (#671)
Browse files Browse the repository at this point in the history
* Rename read-pkg-up to read-package-up

* reverted rename
- someone already added read-package-up with the correct integrity about 37 lines up

* reverted rename
- someone already added read-package-up with the correct integrity about 37 lines up
  • Loading branch information
MrGadget1024 committed Jun 18, 2024
1 parent 6bb0e84 commit 687ba5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import intoStream from "into-stream";
import { CommitParser } from "conventional-commits-parser";
import writer from "./wrappers/conventional-changelog-writer.js";
import { filterRevertedCommitsSync } from "conventional-commits-filter";
import { readPackageUp } from "read-pkg-up";
import { readPackageUp } from "read-package-up";
import debugFactory from "debug";
import loadChangelogConfig from "./lib/load-changelog-config.js";
import HOSTS_CONFIG from "./lib/hosts-config.js";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"import-from-esm": "^1.0.3",
"into-stream": "^7.0.0",
"lodash-es": "^4.17.21",
"read-pkg-up": "^11.0.0"
"read-package-up": "^11.0.0"
},
"devDependencies": {
"ava": "6.1.3",
Expand Down

0 comments on commit 687ba5a

Please sign in to comment.