Skip to content

Commit 3e4fa4d

Browse files
bump to 1.1.0
1 parent c97c2d5 commit 3e4fa4d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scrubber",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A Scrubber component for handling audio/video within React Native",
55
"main": "index.js",
66
"scripts": {
@@ -21,6 +21,11 @@
2121
"swipper",
2222
"controls"
2323
],
24+
"peerDependencies": {
25+
"react": "*",
26+
"react-native": "*",
27+
"react-native-gesture-handler": "*"
28+
},
2429
"author": "Repod",
2530
"license": "ISC",
2631
"bugs": {

0 commit comments

Comments
 (0)