react-car-logo 0.2.0 → 0.2.1
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/LEGAL.md +1 -1
- package/package.json +2 -2
package/LEGAL.md
CHANGED
|
@@ -18,5 +18,5 @@ By using this package, you agree to:
|
|
|
18
18
|
## Takedown Policy
|
|
19
19
|
|
|
20
20
|
If you are a trademark owner and believe a logo is being used improperly,
|
|
21
|
-
please open an issue at [github.com/mattwhite8/
|
|
21
|
+
please open an issue at [github.com/mattwhite8/react-car-logo/issues](https://github.com/mattwhite8/react-car-logo/issues)
|
|
22
22
|
and we will remove the relevant content promptly.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-car-logo",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "PNG logo components for exotic & luxury car brands. React & React Native compatible. Tree-shakeable.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"license": "SEE LICENSE IN LICENSE",
|
|
64
64
|
"repository": {
|
|
65
65
|
"type": "git",
|
|
66
|
-
"url": "git+https://github.com/mattwhite8/
|
|
66
|
+
"url": "git+https://github.com/mattwhite8/react-car-logo.git"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@rollup/plugin-node-resolve": "^16.0.3",
|