chore: fix previous commit
This commit is contained in:
parent
7f739dc4b4
commit
d9404951eb
@ -6,7 +6,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Community Contributors",
|
"author": "Community Contributors",
|
||||||
"homepage": "https://github.com/react-native-video/react-native-video#readme",
|
"homepage": "https://github.com/react-native-video/react-native-video#readme",
|
||||||
"test": "",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:react-native-video/react-native-video.git"
|
"url": "git@github.com:react-native-video/react-native-video.git"
|
||||||
@ -25,7 +24,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "yarn eslint .",
|
"lint": "yarn eslint .",
|
||||||
"xbasic": "yarn --cwd examples/basic"
|
"xbasic": "yarn --cwd examples/basic",
|
||||||
|
"test": "echo no test available"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"android",
|
"android",
|
||||||
|
Loading…
Reference in New Issue
Block a user