Skip to content

Commit

Permalink
types first
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed May 24, 2022
1 parent 4335892 commit 5267a10
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "module",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "module",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "module",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "module",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "module",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"main": "index.js",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "module",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "module",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 5267a10

Please sign in to comment.