Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Jun 18, 2024
1 parent 2c7616b commit 05ae4eb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "react-iiif-vault",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"web": "dist/bundle.global.js",
"files": ["dist"],
"contributors": ["Stephen Fraser <stephen.fraser@digirati.com>"],
"files": [
"dist"
],
"contributors": [
"Stephen Fraser <stephen.fraser@digirati.com>"
],
"exports": {
".": {
"require": {
Expand Down

0 comments on commit 05ae4eb

Please sign in to comment.