Skip to content

Commit

Permalink
Added repository property
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Apr 26, 2021
1 parent 0d36df4 commit 20a853c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"name": "complete-randomer",
"version": "1.0.0",
"description": "A simple NPM helper package for generating random values.",
"author": "Miloš Paunović <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/MilosPaunovic/complete-randomer.git"
},
"main": "index.js",
"scripts": {
"test": "mocha test/*.js"
},
"author": "Miloš Paunović <[email protected]>",
"keywords": [
"random",
"generator",
Expand Down

0 comments on commit 20a853c

Please sign in to comment.