Skip to content

Commit

Permalink
Show package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jan 9, 2024
1 parent a6d3727 commit 7bf9e03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import styles from "@/styles/Home.module.css";
import dynamic from "next/dynamic";
import Link from "next/link";
import { Analytics } from "@vercel/analytics/react";
import pkg from "../../package.json";

const PickerDemo = dynamic(() => import("../components/PickerDemo"), {
ssr: false,
Expand Down Expand Up @@ -41,6 +42,9 @@ export default function Home() {
Brought to you with ❤️ by{" "}
<Link href="https://ealush.com">ealush</Link>.
</p>
<p>
Picker Version: {pkg.dependencies["emoji-picker-react"].slice(1)}
</p>
<p>
More of my work:
<br />
Expand Down

0 comments on commit 7bf9e03

Please sign in to comment.