Skip to content

Commit

Permalink
fix: unexpected empty package content (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 6, 2024
1 parent b144e3e commit 8a071aa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-actors-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-server-renderer": patch
---

fix: unexpected empty package content
4 changes: 0 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
/lib
/client-plugin.js
/client-plugin.d.ts
/server-plugin.js
/server-plugin.d.ts
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint:tsc": "tsc --noEmit",
"typecov": "type-coverage",
"prepare": "simple-git-hooks",
"release": "clean-pkg-json && changeset publish"
"release": "yarn build && clean-pkg-json && changeset publish"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
Expand Down
20 changes: 2 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4690,16 +4690,7 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.0.0, acorn@npm:^8.10.0, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.9.0":
version: 8.11.2
resolution: "acorn@npm:8.11.2"
bin:
acorn: bin/acorn
checksum: a3ed76c761b75ec54b1ec3068fb7f113a182e95aea7f322f65098c2958d232e3d211cb6dac35ff9c647024b63714bc528a26d54a925d1fef2c25585b4c8e4017
languageName: node
linkType: hard

"acorn@npm:^8.7.1, acorn@npm:^8.8.0, acorn@npm:^8.8.2":
"acorn@npm:^8.0.0, acorn@npm:^8.10.0, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.7.1, acorn@npm:^8.8.0, acorn@npm:^8.8.2, acorn@npm:^8.9.0":
version: 8.11.3
resolution: "acorn@npm:8.11.3"
bin:
Expand Down Expand Up @@ -14640,20 +14631,13 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:^4.2.0":
"type-fest@npm:^4.2.0, type-fest@npm:^4.5.0":
version: 4.9.0
resolution: "type-fest@npm:4.9.0"
checksum: 7e6423f7337928a7323ce8a68cfbbaf30ecb70b9c635207899e58297d219c71be4a8c50b52afb9fe09c9f44b2c4276d0a44bb95acabab7bc942455f980aad267
languageName: node
linkType: hard

"type-fest@npm:^4.5.0":
version: 4.7.1
resolution: "type-fest@npm:4.7.1"
checksum: e2cae05a6a5be98e5e5cfecee8782db1eb74594ceb1d85b5bfdb9b9ca5e236342f97435d3ff9edddd8eb92898af7f13555f85d1a53a69c362b0f56f2cceb8151
languageName: node
linkType: hard

"type@npm:^1.0.1":
version: 1.2.0
resolution: "type@npm:1.2.0"
Expand Down

0 comments on commit 8a071aa

Please sign in to comment.