Skip to content

Commit

Permalink
fix: web plugin registration
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanadero committed Mar 6, 2020
1 parent e7f93d7 commit 818d5a6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CapacitorFirebase.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'CapacitorFirebase'
s.version = '0.0.4'
s.version = '0.0.5'
s.summary = 'Capacitor plugin to integrate Firebase in an Ionic application'
s.license = 'MIT'
s.homepage = 'https://github.com/okode/capacitor-firebase'
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/web.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-firebase",
"version": "0.0.4",
"version": "0.0.5",
"description": "Capacitor plugin to integrate Firebase in an Ionic application",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class FirebaseWeb extends WebPlugin implements FirebasePlugin {

constructor() {
super({
name: 'FirebasePlugin',
name: 'Firebase',
platforms: ['web']
});
}
Expand Down

0 comments on commit 818d5a6

Please sign in to comment.