@img/colour 1.0.0-rc.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ however some JavaScript runtimes do not yet support this,
|
|
|
7
7
|
which includes versions of Node.js prior to 20.19.0.
|
|
8
8
|
|
|
9
9
|
This package converts the `color` package and its dependencies,
|
|
10
|
-
all of which are MIT-
|
|
10
|
+
all of which are MIT-licensed, to CommonJS.
|
|
11
11
|
|
|
12
12
|
- [color](https://www.npmjs.com/package/color)
|
|
13
13
|
- [color-convert](https://www.npmjs.com/package/color-convert)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/colour",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "The ESM-only 'color' package made compatible for use with CommonJS runtimes",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.cjs",
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/lovell/colour.git"
|
|
26
|
+
},
|
|
23
27
|
"type": "commonjs",
|
|
24
28
|
"keywords": [
|
|
25
29
|
"color",
|