Skip to content

Commit

Permalink
Merge pull request OneSignal#33 from OneSignal/cd_update
Browse files Browse the repository at this point in the history
Generator Update
  • Loading branch information
jkasten2 authored Aug 31, 2023
2 parents 22a659f + 7e6d4fa commit 2651964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let isOneSignalInitialized = false;
// OneSignal#init.
let isOneSignalScriptFailed = false;

if (window) {
if (typeof window !== 'undefined') {
window.OneSignalDeferred = window.OneSignalDeferred || [];
addSDKScript();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onesignal/onesignal-vue3",
"version": "2.0.0",
"version": "2.0.1",
"description": "Vue 3 OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
"author": "rgomezp",
"contributors": [
Expand Down

0 comments on commit 2651964

Please sign in to comment.