Skip to content

Commit bde30d5

Browse files
committed
chore: add git to repo
1 parent 5581cee commit bde30d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@apollo-tech/random-color",
3-
"version": "0.0.3",
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/steven-t-h/random-color-generator"
6+
},
7+
"version": "0.0.4",
8+
"private": false,
49
"description": "A simple random color generator",
510
"main": "./dist/index.js",
611
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)