Skip to content

Commit

Permalink
chore: explicitly set package types
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed May 24, 2024
1 parent 85a2e87 commit 837cfb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@saus/client",
"version": "0.4.10",
"type": "module",
"scripts": {
"clean": "rimraf dist && git checkout HEAD dist",
"build": "npm run clean && tsup-node && tsc -p . --emitDeclarationOnly",
Expand Down
1 change: 1 addition & 0 deletions src/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@saus/runtime",
"version": "0.4.10",
"type": "module",
"scripts": {
"clean": "rimraf dist && git checkout HEAD dist",
"build": "npm run clean && tsup-node && tsc -p . --emitDeclarationOnly",
Expand Down
1 change: 1 addition & 0 deletions src/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@saus/utils",
"version": "0.4.10",
"type": "commonjs",
"scripts": {
"clean": "rimraf dist && git checkout HEAD dist",
"build": "npm run clean && tsup-node && tsc -p . --emitDeclarationOnly",
Expand Down

0 comments on commit 837cfb1

Please sign in to comment.