Skip to content

Commit 277c7ea

Browse files
committed
chore: remove remote URIs to avoid requiring an active internet connection
1 parent 2c4d399 commit 277c7ea

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/resources/defaults/conventionalcommit.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://github.com/lppedd/idea-conventional-commit/raw/master/src/main/resources/defaults/conventionalcommit.schema.json",
32
"types": {
43
"refactor": {
54
"description": "Changes that restructure or improve code without changing behavior."

src/main/resources/defaults/conventionalcommit.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema#",
32
"title": "Default commit types, scopes, and footer types",
43
"type": "object",
54
"required": [

0 commit comments

Comments
 (0)