Skip to content

Commit

Permalink
v1.1.6 broke 'cap update'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdiacono committed Feb 13, 2023
1 parent 52ec08d commit 3ccda13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"main": "blob_writer.umd.js",
"module": "blob_writer.js",
"exports": {
".": "./blob_writer.js"
".": "./blob_writer.js",
"./package.json": "./package.json",
"./definitions.d.ts": "./definitions.d.ts"
},
"types": "definitions.d.ts",
"files": [
Expand Down

0 comments on commit 3ccda13

Please sign in to comment.