Skip to content

Commit 20a853c

Browse files
committed
Added repository property
1 parent 0d36df4 commit 20a853c

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
@@ -2,11 +2,15 @@
22
"name": "complete-randomer",
33
"version": "1.0.0",
44
"description": "A simple NPM helper package for generating random values.",
5+
"author": "Miloš Paunović <paun992@hotmail.com>",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/MilosPaunovic/complete-randomer.git"
9+
},
510
"main": "index.js",
611
"scripts": {
712
"test": "mocha test/*.js"
813
},
9-
"author": "Miloš Paunović <paun992@hotmail.com>",
1014
"keywords": [
1115
"random",
1216
"generator",

0 commit comments

Comments
 (0)