Updated repo url
This commit is contained in:
parent
5956fc1751
commit
df6c1fcc3c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tk-serializer",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Serializer of javascript objects",
|
||||
"main": "dist/main.js",
|
||||
"types": "dist/main.d.ts",
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://code.thunderk.net/michael/tk-serializer.git"
|
||||
"url": "https://github.com/thunderk/tk-serializer.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
@ -30,4 +30,4 @@
|
|||
"ts-node": "^7.0.1",
|
||||
"typescript": "^3.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue