@vipengele/react-tokens 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.
- package/README.md +6 -0
- package/package.json +9 -0
package/README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# @vipengele/react-tokens
|
|
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-tokens",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder reserving the @vipengele/react-tokens 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
|
+
}
|