react-native-expo-video-player 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-expo-video-player",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "基于 expo-video 的功能丰富的 React Native 视频播放器组件,内置自定义控制栏、全屏手势、倍速切换等功能。",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"build": "tsc",
|
|
9
|
-
"prepublishOnly": "tsc"
|
|
8
|
+
"build": "tsc && cp -r src/assets lib/",
|
|
9
|
+
"prepublishOnly": "tsc && cp -r src/assets lib/"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"react-native",
|