Skip to content

Commit

Permalink
use dir filter and remove version field
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 24, 2022
1 parent 4601dec commit 4eef789
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion _internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "swr-internal",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/_internal",
Expand Down
1 change: 0 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "swr-core",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion immutable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "swr-immutable",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/immutable",
Expand Down
1 change: 0 additions & 1 deletion infinite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "swr-infinite",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/infinite",
Expand Down
1 change: 0 additions & 1 deletion mutation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"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 4eef789

Please sign in to comment.