1
0
Fork 0

Updated repo url

This commit is contained in:
Michaël Lemaire 2018-12-30 18:19:20 +01:00
parent 5956fc1751
commit df6c1fcc3c
1 changed files with 3 additions and 3 deletions

View File

@ -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"
}
}
}