Skip to content

Commit

Permalink
Merge pull request #5 from OneSignal/plugin-js-file
Browse files Browse the repository at this point in the history
1.0.0-beta3 Release Commit
  • Loading branch information
rgomezp authored Oct 26, 2021
2 parents 556f482 + f376f12 commit 055986e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.DS_Store
node_modules/
build/
build/
1 change: 1 addition & 0 deletions app.plugin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./build/withOneSignal.js');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onesignal-expo-plugin",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"description": "The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.",
"main": "build/withOneSignal.js",
"scripts": {
Expand Down

0 comments on commit 055986e

Please sign in to comment.