Skip to content

Commit

Permalink
fix: remove non-existing exports from map
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 30, 2022
1 parent 1af5b8c commit 8f1a75c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/interface",
"description": "interface definitions for ucanto",
"version": "0.6.1",
"version": "0.6.2",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down Expand Up @@ -33,18 +33,6 @@
".": {
"types": "./dist/src/lib.d.ts",
"import": "./src/lib.js"
},
"./authority": {
"types": "./dist/src/authority.d.ts",
"import": "./src/authority.js"
},
"./client": {
"types": "./dist/src/transport.d.ts",
"import": "./src/transport.js"
},
"./server": {
"types": "./dist/src/server.d.ts",
"import": "./src/server.js"
}
},
"type": "module",
Expand Down

0 comments on commit 8f1a75c

Please sign in to comment.