Skip to content

Commit b77d9a2

Browse files
author
Maciej Makowski
committed
chore: release 0.3.2
1 parent d22872d commit b77d9a2

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

packages/react-native-audio-api/package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-audio-api",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -11,20 +11,27 @@
1111
"src/",
1212
"lib/",
1313
"common/",
14-
"android",
14+
"android/src/main/AndroidManifest.xml",
15+
"android/src/main/java/",
16+
"android/build.gradle",
17+
"android/",
1518
"ios",
16-
"cpp",
17-
"*.podspec",
19+
"RNAudioAPI.podspec",
20+
"scripts/audioapi_utils.rb",
21+
"metro-config",
1822
"!ios/build",
1923
"!android/build",
2024
"!android/gradle",
2125
"!android/gradlew",
2226
"!android/gradlew.bat",
2327
"!android/local.properties",
28+
"!android/.cxx/",
29+
"!android/.gradle/",
2430
"!**/__tests__",
2531
"!**/__fixtures__",
2632
"!**/__mocks__",
27-
"!**/.*"
33+
"!**/.*",
34+
"!**/node_modules"
2835
],
2936
"scripts": {
3037
"test": "jest",

0 commit comments

Comments
 (0)