We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5581cee commit bde30d5Copy full SHA for bde30d5
package.json
@@ -1,6 +1,11 @@
1
{
2
"name": "@apollo-tech/random-color",
3
- "version": "0.0.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,
9
"description": "A simple random color generator",
10
"main": "./dist/index.js",
11
"module": "./dist/index.mjs",
0 commit comments