File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
packages/react-native-audio-api Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-audio-api" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
11
11
" src/" ,
12
12
" lib/" ,
13
13
" common/" ,
14
- " android" ,
14
+ " android/src/main/AndroidManifest.xml" ,
15
+ " android/src/main/java/" ,
16
+ " android/build.gradle" ,
17
+ " android/" ,
15
18
" ios" ,
16
- " cpp" ,
17
- " *.podspec" ,
19
+ " RNAudioAPI.podspec" ,
20
+ " scripts/audioapi_utils.rb" ,
21
+ " metro-config" ,
18
22
" !ios/build" ,
19
23
" !android/build" ,
20
24
" !android/gradle" ,
21
25
" !android/gradlew" ,
22
26
" !android/gradlew.bat" ,
23
27
" !android/local.properties" ,
28
+ " !android/.cxx/" ,
29
+ " !android/.gradle/" ,
24
30
" !**/__tests__" ,
25
31
" !**/__fixtures__" ,
26
32
" !**/__mocks__" ,
27
- " !**/.*"
33
+ " !**/.*" ,
34
+ " !**/node_modules"
28
35
],
29
36
"scripts" : {
30
37
"test" : " jest" ,
You can’t perform that action at this time.
0 commit comments