Skip to content

Commit ecdd9d3

Browse files
committed
added git repository to package
1 parent 771fad0 commit ecdd9d3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"scripts": {
77
"test": "node test.js"
88
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/LucasNaja/generate-strings.git"
12+
},
913
"keywords": [
1014
"security",
1115
"passwords",
@@ -16,7 +20,11 @@
1620
],
1721
"author": "Lucas Naja",
1822
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/LucasNaja/generate-strings/issues"
25+
},
26+
"homepage": "https://github.com/LucasNaja/generate-strings#readme",
1927
"devDependencies": {
2028
"@zeit/ncc": "^0.8.1"
2129
}
22-
}
30+
}

0 commit comments

Comments
 (0)