Skip to content

Commit

Permalink
swith to read-package-up package
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 14, 2023
1 parent eaa30f2 commit 3c45eb3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
47 changes: 23 additions & 24 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 @@ -63,7 +63,7 @@
"lodash-es": "^4.17.21",
"mem-fs-editor": "^11.0.0",
"minimist": "^1.2.8",
"read-pkg-up": "^11.0.0",
"read-package-up": "^11.0.0",
"semver": "^7.5.4",
"simple-git": "^3.20.0",
"sort-keys": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import EventEmitter from 'node:events';
import { fileURLToPath } from 'node:url';
import * as _ from 'lodash-es';
import semver from 'semver';
import { readPackageUpSync } from 'read-pkg-up';
import { readPackageUpSync } from 'read-package-up';
import chalk from 'chalk';
import minimist from 'minimist';
import createDebug from 'debug';
Expand Down

0 comments on commit 3c45eb3

Please sign in to comment.