Skip to content

Commit

Permalink
Merge pull request #88 from erayerdin/dev
Browse files Browse the repository at this point in the history
v0.9.3
  • Loading branch information
erayerdin authored Oct 22, 2024
2 parents b219368 + 8fec36a commit 6b32335
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "firereact",
"version": "0.9.2",
"version": "0.9.3",
"description": "React hooks, components and utils for Firebase",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.es.js",
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},
"./*": "./dist/*.js"
},
"files": [
Expand Down

0 comments on commit 6b32335

Please sign in to comment.