Skip to content

Commit d276531

Browse files
committed
fix: correct repository.url and directory fields in package.json files
Fix repository URL typo in cubejs-client-vue (cube.js.git -> cube.git) and correct directory fields in databricks-jdbc-driver, linter, backend-maven, and redshift-driver packages for npm provenance.
1 parent 7177a8e commit d276531

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/cubejs-backend-maven/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/cube-js/cube.git",
10-
"directory": "packages/cubejs-druid-driver"
10+
"directory": "packages/cubejs-backend-maven"
1111
},
1212
"engines": {
1313
"node": "^14.0.0 || ^16.0.0 || >=17.0.0"

packages/cubejs-client-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {},
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/cube-js/cube.js.git",
7+
"url": "https://github.com/cube-js/cube.git",
88
"directory": "packages/cubejs-client-vue"
99
},
1010
"description": "Vue.js components for cube.js",

packages/cubejs-databricks-jdbc-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/cube-js/cube.git",
10-
"directory": "packages/cubejs-databricks-driver"
10+
"directory": "packages/cubejs-databricks-jdbc-driver"
1111
},
1212
"engines": {
1313
"node": "^14.0.0 || ^16.0.0 || >=17.0.0"

packages/cubejs-linter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
9-
"directory": "packages/cubejs-mssql-driver"
9+
"directory": "packages/cubejs-linter"
1010
},
1111
"engines": {
1212
"node": "^14.0.0 || ^16.0.0 || >=17.0.0"

packages/cubejs-redshift-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
9-
"directory": "packages/cubejs-postgres-driver"
9+
"directory": "packages/cubejs-redshift-driver"
1010
},
1111
"engines": {
1212
"node": "^14.0.0 || ^16.0.0 || >=17.0.0"

0 commit comments

Comments
 (0)