Skip to content

Commit

Permalink
chore: set under starknet-io org
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-ziv committed Jun 23, 2024
1 parent f9d510d commit e6a85d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
cache: "pnpm"

- name: Setup npmrc
if: github.ref == 'refs/heads/master'
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" >> .npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN_DEVELOP }}" >> .npmrc
- name: install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-starknet-monorepo",
"version": "2.0.0",
"name": "@starknet-io/get-starknet-monorepo",
"version": "4.0.0",
"private": true,
"scripts": {
"build": "pnpm run -r build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "get-starknet-core",
"name": "@starknet-io/get-starknet-core",
"version": "4.0.0",
"keywords": [
"starknet",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "get-starknet",
"name": "@starknet-io/get-starknet",
"version": "4.0.0",
"keywords": [
"starknet",
Expand Down

0 comments on commit e6a85d5

Please sign in to comment.