Skip to content

Commit 992a04b

Browse files
Merge pull request #66 from KeyValueSoftwareSystems/staging
1.1.0
2 parents d91d1d5 + 80125d6 commit 992a04b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sirenapp/react-native-inbox",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "React Native SDK tailored for creating and managing in-app notification inboxes.",
55
"main": "dist/module/index",
66
"types": "dist/typescript/index.d.ts",
@@ -67,7 +67,12 @@
6767
"source": "src",
6868
"output": "dist",
6969
"targets": [
70-
["module", { "sourceMaps": false }],
70+
[
71+
"module",
72+
{
73+
"sourceMaps": false
74+
}
75+
],
7176
"typescript"
7277
]
7378
},

0 commit comments

Comments
 (0)