Skip to content

Commit

Permalink
Renaming repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Dec 19, 2024
1 parent 2dba5af commit 9536e93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-create-radix-dapp-npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish NPM create-radix-dapp
name: Publish NPM create-radix-app

on:
push:
Expand All @@ -11,7 +11,7 @@ on:


jobs:
publish-create-radix-dapp-npmjs:
publish-create-radix-app-npmjs:
runs-on: ubuntu-22.04
defaults:
run:
Expand All @@ -24,8 +24,8 @@ jobs:
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
with:
role_name: "arn:aws:iam::308190735829:role/gh-create-radix-app-secrets-read-access"
app_name: "create-radix-dapp"
step_name: "publish-create-radix-dapp-sdk-npmjs"
app_name: "create-radix-app"
step_name: "publish-create-radix-app-sdk-npmjs"
secret_prefix: "NPM"
secret_name: "github-actions/radixdlt/create-radix-app/npm-publishing-secret"
parse_json: true
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@radixdlt/create-radix-app",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"description": "A new project scaffolding tool for quickly bootstrapping a new Radix dApp project.",
"description": "A new project scaffolding tool for quickly bootstrapping a new Radix App project.",
"main": "bin/index.js",
"bin": {
"create-radix-dapp": "bin/index.js"
"create-radix-app": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radixdlt/create-radix-dapp.git"
"url": "git+https://github.com/radixdlt/create-radix-app.git"
},
"author": "Bryan Sharpley",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/radixdlt/create-radix-dapp/issues"
"url": "https://github.com/radixdlt/create-radix-app/issues"
},
"homepage": "https://github.com/radixdlt/create-radix-dapp#readme",
"homepage": "https://github.com/radixdlt/create-radix-app#readme",
"dependencies": {
"degit": "^2.8.4",
"inquirer": "^9.2.12"
Expand Down

0 comments on commit 9536e93

Please sign in to comment.