diff options
author | 2021-09-30 23:29:19 -0700 | |
---|---|---|
committer | 2021-09-30 23:29:19 -0700 | |
commit | 03f7c5be1f8d9ed2e91d0a96f6ac4ebb5a6af77c (patch) | |
tree | 056b10a2614e0fc7bc6373e79b215aa2a507a82a /packages/bun-macro-relay/package.json | |
parent | 4ecf5136626dae34ea1e3f74a69b040f193c0e3a (diff) | |
download | bun-03f7c5be1f8d9ed2e91d0a96f6ac4ebb5a6af77c.tar.gz bun-03f7c5be1f8d9ed2e91d0a96f6ac4ebb5a6af77c.tar.zst bun-03f7c5be1f8d9ed2e91d0a96f6ac4ebb5a6af77c.zip |
Fix up readme
Diffstat (limited to '')
-rw-r--r-- | packages/bun-macro-relay/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-macro-relay/package.json b/packages/bun-macro-relay/package.json index 866377ce0..6ceb66451 100644 --- a/packages/bun-macro-relay/package.json +++ b/packages/bun-macro-relay/package.json @@ -1,7 +1,7 @@ { "name": "bun-macro-relay", "version": "0.1.0", - "main": "index.js", + "module": "bun-macro-relay.tsx", "license": "MIT", "peerDependencies": { "graphql": "^15.0.0" |