Skip to content

Commit

Permalink
fix: rename @bleu to @bleu-fi to match github org name
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Oct 31, 2023
1 parent 0a2815d commit 09a9c27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: lts/*
cache: 'yarn'
registry-url: 'https://npm.pkg.github.com'
scope: '@bleu'
scope: '@bleu-fi'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@bleu/ui",
"name": "@bleu-fi/ui",
"description": "",
"version": "0.1.2",
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2938,9 +2938,9 @@ __metadata:
languageName: node
linkType: hard

"@bleu/ui@workspace:.":
"@bleu-fi/ui@workspace:.":
version: 0.0.0-use.local
resolution: "@bleu/ui@workspace:."
resolution: "@bleu-fi/ui@workspace:."
dependencies:
"@babel/core": "npm:7.23.2"
"@babel/preset-env": "npm:7.23.2"
Expand Down

0 comments on commit 09a9c27

Please sign in to comment.