Skip to content

Commit 79535be

Browse files
authored
Merge pull request #312 from stripe/hkj-register-version
fix: Registering correct package name
2 parents 19c4574 + 0bba1b1 commit 79535be

File tree

1 file changed

+1
-1
lines changed
  • firestore-stripe-web-sdk/src

1 file changed

+1
-1
lines changed

firestore-stripe-web-sdk/src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import { FirebaseApp, registerVersion } from "@firebase/app";
1818

19-
registerVersion("@stripe/firestore-stripe-payments", "__VERSION__");
19+
registerVersion("firestore-stripe-payments", "__VERSION__");
2020

2121
/**
2222
* Serves as the main entry point to this library. Initializes the client SDK,

0 commit comments

Comments
 (0)