Skip to content

Commit 936ca13

Browse files
authored
Merge pull request #660 from arvinxx/fix/release
fix git repo url in package.json
2 parents ced2c04 + 3d6383e commit 936ca13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/commit-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/arvinxx/gitmoji-commit-workflow.git"
11+
"url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
1212
},
1313
"license": "MIT",
1414
"author": "arvinxx <[email protected]>",

packages/commitlint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/commitlint-plugin",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/arvinxx/commitlint-config-gitmoji.git"
15+
"url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
1616
},
1717
"license": "MIT",
1818
"author": "ArvinX",

packages/parser-opts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/arvinxx/gitmoji-commit-workflow.git"
11+
"url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
1212
},
1313
"license": "ISC",
1414
"author": "arvinxx <[email protected]>",

0 commit comments

Comments
 (0)