Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit bdc53b2

Browse files
authored
Merge pull request #102 from jesperronn/patch-1
fix: do not load dependencies with `git+https`
2 parents 929c621 + 71beb33 commit bdc53b2

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
@@ -33,7 +33,7 @@
3333
"http-string-parser": "0.0.5",
3434
"is-type": "0.0.1",
3535
"json-pointer": "^0.6.0",
36-
"jsonlint": "git+https://git@github.com/josdejong/jsonlint.git",
36+
"jsonlint": "josdejong/jsonlint",
3737
"media-typer": "^0.3.0",
3838
"tv4": "^1.3.0"
3939
},

0 commit comments

Comments
 (0)