Skip to content

Commit f1ddd70

Browse files
Fixing dangling comma on package.json (#2811)
The original file was an invalid JSON, which could potentially break builds that would parse JSON files.
1 parent e9fed6d commit f1ddd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/firestore/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"description": "A memory-only build of the Cloud Firestore JS SDK.",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.esm.js",
6-
"typings": "../../empty-import.d.ts",
6+
"typings": "../../empty-import.d.ts"
77
}

0 commit comments

Comments
 (0)