Skip to content

Commit

Permalink
Rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Jul 8, 2021
1 parent c31b7c8 commit 2bb8f75
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# package-diff
# npm-diff.app

[![Powered by Vercel](https://badgen.net/badge/vercel/package-diff.vercel.app/black?icon=zeit)](https://package-diff.vercel.app/)
[![Node.js CI](https://github.com/oBusk/package-diff/workflows/Node.js%20CI/badge.svg)](https://github.com/oBusk/walkable-buffer/actions)
[![Powered by Vercel](https://badgen.net/badge/vercel/npm-diff.app/black?icon=zeit)](https://npm-diff.app/)
[![Node.js CI](https://github.com/oBusk/npm-diff.app/workflows/Node.js%20CI/badge.svg)](https://github.com/oBusk/walkable-buffer/actions)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Dependabot: enabled](https://badgen.net/badge/dependabot/enabled/green?icon=dependabot)](https://github.com/oBusk/package-diff/network/updates)
[![Dependabot: enabled](https://badgen.net/badge/dependabot/enabled/green?icon=dependabot)](https://github.com/oBusk/npm-diff.app/network/updates)

> 📦🔃 Inspect changes between npm packages in a webapp
Expand All @@ -23,7 +23,7 @@ npm run dev

Deployed automagically using [Vercel](https://vercel.com/)

[https://package-diff.vercel.app/](https://package-diff.vercel.app/)
[https://npm-diff.app/](https://npm-diff.app/)

## License

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@obusk/package-diff",
"name": "@obusk/npm-diff.app",
"private": true,
"version": "0.0.1",
"description": "📦🔃 Inspect changes between npm packages in a webapp",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header/GithubLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { DiGithubBadge } from "react-icons/di";

export const GithubLink: React.FC<LinkProps> = (props) => (
<Link
href="https://github.com/oBusk/package-diff"
href="https://github.com/oBusk/npm-diff.app"
rel="noopener noreferrer"
target="_blank"
aria-label="Go to package-diff's Github Repo"
aria-label="Go to npm-diff.app's Github Repo"
outline="0"
transition="all 0.2s"
borderRadius="md"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Header: React.FC<Props> = (props) => (
boxShadow: "outline",
}}
>
<Heading as="h1">package-diff 📦🔃</Heading>
<Heading as="h1">npm-diff.app 📦🔃</Heading>
</Box>
</Link>
<APILInk />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Layout: React.FunctionComponent<Props> = ({
return (
<>
<Head>
<title>{title ? title + " - " : ""}package-diff 📦🔃</title>
<title>{title ? title + " - " : ""}npm-diff.app 📦🔃</title>
</Head>
<Flex
direction="column"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/about/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Layout from "components/Layout";
import { EXAMPLES } from "examples";
import { NextPage } from "next";

const BASE_PATH = "https://package-diff.vercel.app";
const BASE_PATH = "https://npm-diff.app.vercel.app";
const API_PATH = `${BASE_PATH}/api`;
const EXAMPLE_QUERY = EXAMPLES[0];
const EXAMPLE_URL = `${API_PATH}/${EXAMPLE_QUERY}`;
Expand All @@ -25,7 +25,7 @@ const ApiPage: NextPage<{}> = () => {
<Layout>
<Stack p={5} shadow="md" borderWidth="1px" spacing={8}>
<Heading as="h2" size="lg">
package-diff API
npm-diff.app API
</Heading>
<Text>
There is a very simple API to get the difference between two
Expand Down

1 comment on commit 2bb8f75

@vercel
Copy link

@vercel vercel bot commented on 2bb8f75 Jul 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.