We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afc243 commit 3dfe005Copy full SHA for 3dfe005
lib/router.js
@@ -1,7 +1,7 @@
1
import path from 'node:path';
2
import titleize from 'titleize';
3
import humanizeString from 'humanize-string';
4
-import {readPackageUpSync} from 'read-pkg-up';
+import {readPackageUpSync} from 'read-package-up';
5
import updateNotifier from 'update-notifier';
6
import Configstore from 'configstore';
7
import {namespaceToName} from './utils/namespace.js';
0 commit comments