Add descriptors to package.json

This commit is contained in:
Tobias Fried
2020-07-29 14:32:04 -04:00
parent 10fb5da728
commit 4b927d746d
2 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,16 @@
{
"name": "phosphor-web",
"version": "0.1.0",
"license": "GPL-3.0",
"homepage": "https://phosphoricons.com",
"author": {
"name": "Tobias Fried",
"email": "friedtm@gmail.com",
"url": "https://tobiasfried.com"
},
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
"keywords": [ "phosphor", "icons", "svg", "design", "interface", "UI", "UX"],
"repository": "github:rektdeckard/phosphor-web",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",

View File

@@ -4,10 +4,10 @@
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#35313D" />
<meta
name="description"
content="Web site created using create-react-app"
content="Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@@ -26,7 +26,7 @@
-->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap" rel="stylesheet">
<title>React App</title>
<title>Phosphor Icons</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>