Skip to content

Commit

Permalink
feature: wisdom: read-package-up v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Feb 2, 2024
1 parent 8b090af commit 77803b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wisdom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {EventEmitter} from 'node:events';
import changelog from 'changelog-io';
import rendy from 'rendy';
import minor from 'minor';
import {readPackageUp} from 'read-pkg-up';
import {readPackageUp} from 'read-package-up';
import fullstore from 'fullstore';
import currify from 'currify';
import {validatePackage} from './validate-package.js';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jessy": "^3.0.0",
"minor": "^1.2.0",
"prepend": "^1.0.1",
"read-pkg-up": "^11.0.0",
"read-package-up": "^11.0.0",
"readjson": "^2.2.2",
"redrun": "^11.0.1",
"rendy": "^4.1.3",
Expand Down

0 comments on commit 77803b3

Please sign in to comment.