Skip to content

Commit

Permalink
fix: added dependencies, peerDependencies to published package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 1, 2023
1 parent 39d6083 commit 6a47671
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-starfishes-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Fixed published `package.json`.
4 changes: 4 additions & 0 deletions scripts/generate-package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ function generatePackageJson() {
const {
name,
description,
dependencies,
peerDependencies,
version,
files,
exports: exports_,
Expand All @@ -30,6 +32,8 @@ function generatePackageJson() {
{
name,
description,
dependencies,
peerDependencies,
version,
files,
exports: exports_,
Expand Down

3 comments on commit 6a47671

@vercel
Copy link

@vercel vercel bot commented on 6a47671 Feb 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-benchmark – ./playgrounds/benchmark

viem-benchmark-wagmi-dev.vercel.app
viem-benchmark.vercel.app
viem-benchmark-git-main-wagmi-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6a47671 Feb 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-site – ./site

viem-site-git-main-wagmi-dev.vercel.app
viem-site-wagmi-dev.vercel.app
viem-site.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6a47671 Feb 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-playground – ./playgrounds/dev

viem-playground-wagmi-dev.vercel.app
viem-playground-git-main-wagmi-dev.vercel.app
viem-playground.vercel.app

Please sign in to comment.