Skip to content

Commit

Permalink
1.0.0 Beta 4 Release Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezp committed Sep 29, 2021
1 parent 2510a84 commit 47fb519
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "onesignal-ngx",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"description": "This is a JavaScript module that can be used to easily include OneSignal code in a website or app that uses Angular for its front-end codebase.",
"author": "rgomezp",
"contributors": [{ "name": "Rodrigo Gomez-Palacio" }],
"homepage": "https://onesignal.com",
"repository": "https://github.com/OneSignal/onesignal-ngx.git",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9"
},
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.0.0"
},
"main": "bundles/onesignal-onesignal-ngx.umd.js",
"module": "fesm2015/onesignal-onesignal-ngx.js",
Expand Down

0 comments on commit 47fb519

Please sign in to comment.