Skip to content

Commit c441e56

Browse files
chore: release v1.0.0
1 parent 85d2e3d commit c441e56

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-ivs-react-native-broadcast",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A React Native wrapper for the Amazon IVS iOS and Android broadcast SDKs",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -124,8 +124,10 @@
124124
{
125125
"selector": "interface",
126126
"format": null,
127-
"prefix": ["I"]
128-
}
127+
"prefix": [
128+
"I"
129+
]
130+
}
129131
]
130132
}
131133
},

0 commit comments

Comments
 (0)