Skip to content

Commit

Permalink
Merge branch 'main' into bump-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 23, 2022
2 parents c965ce9 + cde3e42 commit 88d6c8a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions _internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "swr-internal",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/_internal",
Expand Down
2 changes: 0 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "swr-core",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions immutable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "swr-immutable",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/immutable",
Expand Down
2 changes: 0 additions & 2 deletions infinite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "swr-infinite",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/infinite",
Expand Down
2 changes: 0 additions & 2 deletions mutation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "swr-mutation",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/mutation",
Expand Down

0 comments on commit 88d6c8a

Please sign in to comment.