Skip to content

Commit 759900e

Browse files
committed
add type module
1 parent a47c8e5 commit 759900e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/scaffolds/angular-workspace/projects/onesignal-ngx/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "onesignal-ngx",
33
"version": "2.1.0",
44
"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.",
5-
"author": "rgomezp",
65
"contributors": [
76
{
87
"name": "Rodrigo Gomez-Palacio"

src/static/react/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-onesignal",
33
"version": "3.1.1",
44
"description": "React OneSignal Module: Make it easy to integrate OneSignal with your React App!",
5-
"author": "rgomezp",
5+
"type": "module",
66
"contributors": [
77
{
88
"name": "Rodrigo Gomez-Palacio"
@@ -12,6 +12,9 @@
1212
},
1313
{
1414
"name": "Graham Marlow"
15+
},
16+
{
17+
"name": "Fadi George"
1518
}
1619
],
1720
"homepage": "https://onesignal.com",

src/static/vue/v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "onesignal-vue",
33
"version": "2.1.0",
44
"description": "Vue OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
5-
"author": "rgomezp",
5+
"type": "module",
66
"contributors": [
77
{
88
"name": "Rodrigo Gomez-Palacio"

src/static/vue/v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@onesignal/onesignal-vue3",
33
"version": "2.1.0",
44
"description": "Vue 3 OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
5-
"author": "rgomezp",
5+
"type": "module",
66
"contributors": [
77
{
88
"name": "Rodrigo Gomez-Palacio"

0 commit comments

Comments
 (0)