diff --git a/package-lock.json b/package-lock.json index bb22374..d292c27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1115,7 +1115,7 @@ "@localazy/conventional-changelog-preset": { "version": "git+ssh://git@github.com/localazy/conventional-changelog-preset.git#70b1930022afc5fd523718d294fd81b17eb5cf31", "dev": true, - "from": "@localazy/conventional-changelog-preset@https://github.com/localazy/conventional-changelog-preset.git", + "from": "@localazy/conventional-changelog-preset@github:localazy/conventional-changelog-preset", "requires": { "cosmiconfig": "^8.3.6", "git-semver-tags": "^7.0.1" @@ -1311,7 +1311,7 @@ "conventional-changelog-writer": { "version": "git+ssh://git@github.com/localazy/conventional-changelog-writer.git#2cf0a9d7d4b8f1376a474e53c5c3e4d9121282eb", "dev": true, - "from": "conventional-changelog-writer@https://github.com/localazy/conventional-changelog-writer.git", + "from": "conventional-changelog-writer@github:localazy/conventional-changelog-writer", "requires": { "conventional-commits-filter": "^4.0.0", "handlebars": "^4.7.7", diff --git a/package.json b/package.json index d6bc947..0454e81 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,20 @@ "description": "Conventional Changelog with Emojis support", "author": "Localazy ", "license": "MIT", + "bugs": { + "url": "https://github.com/localazy/conventional-changelog-preset/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/localazy/conventional-changelog-preset" + }, + "keywords": [ + "conventional-changelog", + "emoji", + "localazy", + "preset" + ], + "homepage": "https://github.com/localazy/conventional-changelog-preset#readme", "main": "src/plugin.js", "files": [ "src"