diff --git a/package.json b/package.json index 1d6dbfe..31fe582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phosphor-web", - "version": "0.1.0", + "version": "0.1.1", "license": "GPL-3.0", "homepage": "https://phosphor-icons.github.io/phosphor-web", "author": { @@ -19,7 +19,7 @@ "UX" ], "repository": "github:phosphor-icons/phosphor-web", - "private": true, + "private": false, "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", @@ -35,7 +35,7 @@ "file-saver": "^2.0.2", "framer-motion": "^2.1.0", "gh-pages": "^3.1.0", - "phosphor-react": "^0.2.1", + "phosphor-react": "^0.2.2", "react": "^17.0.0-rc.0", "react-dom": "^17.0.0-rc.0", "react-dropdown-select": "^4.4.2", diff --git a/public/index.html b/public/index.html index ce45d83..b8e1bf6 100644 --- a/public/index.html +++ b/public/index.html @@ -7,39 +7,56 @@ + + + + + + + + + + + + + + + + - + + - - - + + Phosphor Icons
- diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..08c8174 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Phosphor Icons", + "name": "Phosphor Icons", "icons": [ { "src": "favicon.ico", @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#35313D", "background_color": "#ffffff" }