Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 39fb652

Browse files
committed
ci: specify full repo URL
`semantic-release` requires the full URL specification to identify the repo.
1 parent f92e680 commit 39fb652

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"main": "./lib/main",
1010
"version": "2.0.0",
1111
"description": "Lint CSS on the fly, using csslint",
12-
"repository": "https://github.com/AtomLinter/linter-csslint",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/AtomLinter/linter-csslint.git"
15+
},
1316
"license": "MIT",
1417
"private": true,
1518
"configSchema": {
@@ -84,4 +87,4 @@
8487
"@commitlint/config-conventional"
8588
]
8689
}
87-
}
90+
}

0 commit comments

Comments
 (0)