Skip to content

Commit

Permalink
fix: Fix resources not being published.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 23, 2024
1 parent 2fd6078 commit 58d88e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"types": "./mjs/index.d.ts",
"files": [
"mjs/**/*",
"res/**/*",
"src/**/*"
],
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"types": "./mjs/index.d.ts",
"files": [
"mjs/**/*",
"res/**/*",
"src/**/*"
],
"engines": {
Expand Down

0 comments on commit 58d88e0

Please sign in to comment.