Skip to content

Commit ecf6fe1

Browse files
committed
Fix package.json URL
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent fd8c1e8 commit ecf6fe1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ports/javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
},
5757
"repository": {
5858
"type": "git",
59-
"url": "git+https://github.com/sourcemeta/blaze.git",
60-
"directory": "ports/javascript"
59+
"url": "git+https://github.com/sourcemeta/jsonschema.git",
60+
"directory": "vendor/blaze/ports/javascript"
6161
},
6262
"publishConfig": {
6363
"provenance": true,

0 commit comments

Comments
 (0)