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

Commit 33cc367

Browse files
author
steelbrain
committed
🐛 Add https link as a dep
Fixes #36
1 parent c6d2b09 commit 33cc367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"repository": "https://github.com/AtomLinter/linter-csslint",
1313
"license": "MIT",
1414
"dependencies": {
15-
"csslint": "git://github.com/AtomLinter/csslint",
15+
"csslint": "git+https://github.com/AtomLinter/csslint",
1616
"atom-linter": "^3.0.0"
1717
},
1818
"providedServices": {

0 commit comments

Comments
 (0)