Skip to content

Commit

Permalink
Update package and package-lock file format
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Apr 13, 2023
1 parent a0b0e00 commit 939a0cc
Show file tree
Hide file tree
Showing 2 changed files with 893 additions and 920 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"typescript": "^4.9.5"
},
"version": "0.0.0",
"workspaces": {
"point-utilities": "packages/point-utilities",
"interval-utilities": "packages/interval-utilities",
"suspense": "packages/suspense",
"suspense-website": "packages/suspense-website"
}
"workspaces": [
"packages/point-utilities",
"packages/interval-utilities",
"packages/suspense",
"packages/suspense-website"
]
}
Loading

1 comment on commit 939a0cc

@vercel
Copy link

@vercel vercel bot commented on 939a0cc Apr 13, 2023

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.