@vipengele/react-icons 0.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @vipengele/react-icons
2
+
3
+ `0.0.0` is a placeholder. It carries no code, and exists only so that a trusted publisher can
4
+ be enrolled on this name — npm can enrol one only on a name the registry already holds.
5
+
6
+ Install a real release instead: <https://github.com/vipengele/react>
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "@vipengele/react-icons",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder reserving the @vipengele/react-icons name. Install a released version.",
5
+ "license": "MIT",
6
+ "repository": { "type": "git", "url": "git+https://github.com/vipengele/react.git" },
7
+ "homepage": "https://vipengele.github.io/react/react-ui/",
8
+ "publishConfig": { "access": "public" }
9
+ }