We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d2e3d commit c441e56Copy full SHA for c441e56
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "amazon-ivs-react-native-broadcast",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "A React Native wrapper for the Amazon IVS iOS and Android broadcast SDKs",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -124,8 +124,10 @@
124
125
"selector": "interface",
126
"format": null,
127
- "prefix": ["I"]
128
- }
+ "prefix": [
+ "I"
129
+ ]
130
+ }
131
]
132
}
133
},
0 commit comments