Skip to content

Commit

Permalink
Revert "fix: change the main CLI path to lib/src/*"
Browse files Browse the repository at this point in the history
This reverts commit 3fd2c01.
  • Loading branch information
favoyang committed Feb 27, 2024
1 parent cada1d7 commit 77be353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"semantic-release": "semantic-release"
},
"bin": {
"openupm": "lib/src/index.js",
"openupm-cli": "lib/src/index.js",
"openupm-cn": "lib/src/index-cn.js"
"openupm": "lib/index.js",
"openupm-cli": "lib/index.js",
"openupm-cn": "lib/index-cn.js"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { login } from "./cmd-login";
import log from "./logger";

// update-notifier
import pkg from "../../package.json";
import pkg from "../package.json";
import { eachValue, mustBeParsable, mustSatisfy } from "./cli-parsing";
import { isPackageReference } from "./types/package-reference";
import { isDomainName } from "./types/domain-name";
Expand Down

0 comments on commit 77be353

Please sign in to comment.