Skip to content

Commit bbe3504

Browse files
authored
Merge pull request #4 from dzcode-io/bugfix/repe-key-pkg-json
🐞 fixed repository key in package.json
2 parents 26c264c + 7c0a676 commit bbe3504

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

javascript/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dzcode-io/kuliya",
3-
"version": "0.1.0-alpha.6",
3+
"version": "0.1.0-alpha.7",
44
"description": "Algeria's college hierarchy dataset as javascript package",
55
"main": "dist/index.js",
66
"scripts": {
@@ -40,10 +40,7 @@
4040
"publishConfig": {
4141
"access": "public"
4242
},
43-
"repository": {
44-
"type": "git",
45-
"repository": "https://github.com/dzcode-io/kuliya.git"
46-
},
43+
"repository": "https://github.com/dzcode-io/kuliya.git",
4744
"author": {
4845
"email": "contact@zakiii.com",
4946
"name": "Zakaria Mansouri",

0 commit comments

Comments
 (0)