Skip to content

Commit 89f5c20

Browse files
authored
Merge pull request #164 from OneSignal/cd_update
sync with web-shim-codegen v3.0.2
2 parents fee0330 + 216c428 commit 89f5c20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ node_modules
55

66
# builds
77
build
8-
.rpt2_cache
98
dist
9+
.rpt2_cache
1010

1111
# misc
1212
.DS_Store

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"module": "dist/index.es.js",
2525
"types": "dist/index.d.ts",
2626
"engines": {
27-
"node": ">=22",
28-
"npm": ">=10"
27+
"node": ">=14",
28+
"npm": ">=6"
2929
},
3030
"scripts": {
3131
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",

0 commit comments

Comments
 (0)