Skip to content

Commit f8b73d6

Browse files
committed
fix(pkg): fix package json
1 parent 9a4abe5 commit f8b73d6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/push_branches.workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/setup-node@v6
2626
with:
2727
node-version: 22
28-
registry-url: 'https://registry.npmjs.org'
2928

3029
- name: Install dependencies
3130
run: npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache 2",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/kuzzleio/kuzzle-plugin-commons"
9+
"url": "git+https://github.com/kuzzleio/kuzzle-plugin-commons.git"
1010
},
1111
"main": "dist/index.js",
1212
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)