Skip to content

Commit

Permalink
Merge pull request #43 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 fcd5ed4 + 0780990 commit fae43e1
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 @@ -12,7 +12,7 @@ let isOneSignalScriptFailed = false;

const VueApp: any = Vue;

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-vue",
"version": "2.0.0",
"version": "2.0.1",
"description": "Vue OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
"author": "rgomezp",
"contributors": [
Expand Down

0 comments on commit fae43e1

Please sign in to comment.