Skip to content

Commit

Permalink
fix bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Sep 17, 2024
1 parent 999bffe commit 96b2851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import RegClient from "another-npm-registry-client";
import npmlog from "npmlog";
import pkginfo from "pkginfo";
import updateNotifier from "update-notifier";
import pkg from "../../package.json";
import pkg from "../package.json";
import { makeOpenupmCli } from "./cli";
import type { DebugLog } from "./domain/logging";
import {
Expand Down

0 comments on commit 96b2851

Please sign in to comment.