Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 committed Nov 2, 2024
1 parent 693910c commit 5cf84f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
description: 'Library Package name'
required: false
type: string
default: '@canary-109cafe/jbpr'
default: '@canary-109cafe/jbpr-lib'
bin-name:
description: 'Binary Package name'
required: false
type: string
default: '@canary-109cafe/jbpr-bin'
default: '@canary-109cafe/jbpr'

jobs:
build:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
cache-key: ${{ needs.build.outputs.cache-key }}
cache-path: ${{ needs.build.outputs.cache-path }}
- uses: 109cafe/action-npr@web-stream
- uses: 109cafe/action-npr@version-fix
with:
version: ${{ inputs.version }}
name: ${{ matrix.pkg.name }}
Expand Down
2 changes: 1 addition & 1 deletion binary/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jbpr-bin",
"name": "jbpr",
"version": "0.0.0-PLACEHOLDER",
"type": "module",
"description": "The CLI package for jbpr",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lib": "pnpm rslib build",
"ci:pack": "pnpm run lib && npm pack ./dist/bin --pack-destination ./dist/bin && npm pack ./dist/lib --pack-destination ./dist/lib"
},
"repository": "https://github.com/xc2/jbpr",
"license": "MIT",
"dependencies": {
"@types/lodash-es": "^4.17.12",
Expand Down
2 changes: 1 addition & 1 deletion sources/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jbpr",
"name": "jbpr-lib",
"version": "0.0.0-PLACEHOLDER",
"type": "module",
"main": "mod.cjs",
Expand Down

0 comments on commit 5cf84f8

Please sign in to comment.