Skip to content

Commit 6b3e203

Browse files
committed
Update package.json with new repo url
1 parent df16be1 commit 6b3e203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"description": "Chai plugin for JSON Schema v4",
55
"author": {
66
"name": "Bart van der Schoor",
7-
"url": "https://github.com/Bartvds"
7+
"url": "https://github.com/chaijs"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/Bartvds/chai-json-schema.git"
11+
"url": "https://github.com/chaijs/chai-json-schema.git"
1212
},
1313
"licenses": [
1414
{
1515
"type": "MIT",
16-
"url": "https://github.com/Bartvds/chai-json-schema/blob/master/LICENSE-MIT"
16+
"url": "https://github.com/chaijs/chai-json-schema/blob/master/LICENSE-MIT"
1717
}
1818
],
1919
"bugs": {
20-
"url": "https://github.com/Bartvds/chai-json-schema/issues"
20+
"url": "https://github.com/chaijs/chai-json-schema/issues"
2121
},
2222
"keywords": [
2323
"chai",

0 commit comments

Comments
 (0)