Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 3a29108

Browse files
committed
Add scope to core package
1 parent d93218f commit 3a29108

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tsx": "^3.9.0"
3535
},
3636
"dependencies": {
37-
"github-version-checker": "*",
37+
"@github-version-checker/core": "*",
3838
"pretty-error": "^4.0.0",
3939
"sade": "^1.8.1"
4040
},

packages/cli/src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import versionCheck from 'github-version-checker'
1+
import versionCheck from '@github-version-checker/core'
22
import PrettyError from 'pretty-error'
33
import { CliArguments, JsonOutput } from './types'
44
import { print, printError } from './util'

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "github-version-checker",
2+
"name": "@github-version-checker/core",
33
"version": "2.3.0",
44
"description": "Version checker working with GitHub releases.",
55
"exports": {

0 commit comments

Comments
 (0)