Skip to content

Commit 7a8194a

Browse files
authored
Fix package.json
1 parent 4563aee commit 7a8194a

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
@@ -13,18 +13,18 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/Kacarott/LC-Codewars.git"
16+
"url": "git+https://github.com/codewars/LC-Codewars.git"
1717
},
1818
"keywords": [
1919
"lc",
2020
"lambda-calculus"
2121
],
2222
"author": "Kacarott",
23-
"license": "ISC",
23+
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/Kacarott/LC-Codewars/issues"
25+
"url": "https://github.com/codewars/LC-Codewars/issues"
2626
},
27-
"homepage": "https://github.com/Kacarott/LC-Codewars#readme",
27+
"homepage": "https://github.com/codewars/LC-Codewars#readme",
2828
"dependencies": {
2929
"chai": "^4.3.4",
3030
"mocha": "^9.1.4",

0 commit comments

Comments
 (0)