Add descriptors to package.json
This commit is contained in:
10
package.json
10
package.json
@@ -1,6 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "phosphor-web",
|
"name": "phosphor-web",
|
||||||
"version": "0.1.0",
|
"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,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#35313D" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
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" />
|
<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=Manrope:wght@400;600&display=swap" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|||||||
Reference in New Issue
Block a user