Skip to content

Commit

Permalink
fix: Update package.json repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed May 18, 2023
1 parent 63640a5 commit 568df4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
}
],
[
"@semantic-release/git"
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "package-lock.json", "npm-shrinkwrap.json", "src/sdks/core/package.json", "src/sdks/manage/package.json"]
}
],
[
"@semantic-release/github",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"version": "node ./src/js/version.mjs sync",
"dev:setup": "husky install",
"publish:docs": "node ./src/js/github.io/index.mjs --output",
"release-notes": "npx semantic-release --dry-run --repository-url [email protected]:rdkcentral/firebolt-core-sdk.git --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator",
"release-notes": "npx semantic-release --dry-run --repository-url [email protected]:rdkcentral/firebolt-apis.git --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator",
"prepack": "npm run dist"
},
"repository": {
"type": "git",
"url": "ssh://github.com/rdkcentral/firebolt-core-sdk.git"
"url": "ssh://github.com/rdkcentral/firebolt-apis.git"
},
"author": "",
"bugs": {
"url": "https://github.com/rdkcentral/firebolt-core-sdk/issues"
"url": "https://github.com/rdkcentral/firebolt-apis/issues"
},
"homepage": "https://github.com/rdkcentral/firebolt-core-sdk#readme",
"homepage": "https://github.com/rdkcentral/firebolt-apis#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
Expand Down
6 changes: 3 additions & 3 deletions src/sdks/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdkcentral/firebolt-core-sdk",
"url": "git+https://github.com/rdkcentral/firebolt-apis",
"directory": "src/sdks/core"
},
"author": "",
"bugs": {
"url": "https://github.com/rdkcentral/firebolt-core-sdk/issues"
"url": "https://github.com/rdkcentral/firebolt-apis/issues"
},
"homepage": "https://github.com/rdkcentral/firebolt-core-sdk#readme",
"homepage": "https://github.com/rdkcentral/firebolt-apis#readme",
"devDependencies": {
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.3",
Expand Down

0 comments on commit 568df4d

Please sign in to comment.