Skip to content

Commit 73ca90a

Browse files
committed
repo url in package.json
1 parent acdd21d commit 73ca90a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfpsockets",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Simple event based websockets wrapper",
55
"main": "index.js",
66
"scripts": {
@@ -15,6 +15,10 @@
1515
"sockets",
1616
"tcp"
1717
],
18+
"repository" :
19+
{ "type" : "git"
20+
, "url" : "https://github.com/vbaicu/TFPSockets.git"
21+
},
1822
"author": "Viorel Baicu",
1923
"license": "MIT",
2024
"dependencies": {

0 commit comments

Comments
 (0)