Skip to content

Commit 5b17d6a

Browse files
committed
Scope package
1 parent 1b8feab commit 5b17d6a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "filedrop",
2+
"name": "@zix99/filedrop",
33
"version": "0.1.1",
44
"description": "A simple webapp to easily share files",
55
"main": "index.js",
@@ -33,5 +33,13 @@
3333
},
3434
"eslintIgnore": [
3535
"public/"
36-
]
36+
],
37+
"repository": {
38+
"type": "git",
39+
"url": "git+https://github.com/zix99/filedrop.git"
40+
},
41+
"bugs": {
42+
"url": "https://github.com/zix99/filedrop/issues"
43+
},
44+
"homepage": "https://github.com/zix99/filedrop#readme"
3745
}

0 commit comments

Comments
 (0)