Skip to content

Commit 644631a

Browse files
committed
fix: Package name
1 parent 6e927c3 commit 644631a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id: release
1313
with:
1414
release-type: node
15-
package-name: plugin-pb-javascript
15+
package-name: plugin-sdk-javascript
1616
token: ${{ secrets.GH_CQ_BOT }}
1717
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
1818
# Should breaking changes before 1.0.0 produce minor bumps?

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cloudquery/plugin-pb-javascript",
2+
"name": "@cloudquery/plugin-sdk-javascript",
33
"version": "0.0.1",
44
"files": [
55
"dist",
@@ -24,13 +24,13 @@
2424
"data engineering"
2525
],
2626
"license": "MPL-2.0",
27-
"homepage": "https://github.com/cloudquery/plugin-pb-javascript",
27+
"homepage": "https://github.com/cloudquery/plugin-sdk-javascript",
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/cloudquery/plugin-pb-javascript.git"
30+
"url": "git+https://github.com/cloudquery/plugin-sdk-javascript.git"
3131
},
3232
"bugs": {
33-
"url": "https://github.com/cloudquery/plugin-pb-javascript/issues"
33+
"url": "https://github.com/cloudquery/plugin-sdk-javascript/issues"
3434
},
3535
"author": "cloudquery (https://github.com/cloudquery)",
3636
"devDependencies": {

0 commit comments

Comments
 (0)