Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Jul 3, 2022
1 parent 7a34ed5 commit 23cecf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- checkout
- restore_cache:
key: node-modules-{{ checksum "package-lock.json" }}
- run: npm install
- run: npm install --force
- save_cache:
key: node-modules-{{ checksum "package-lock.json" }}
paths:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dr.pogodin/react-native-audio",
"version": "1.2.0-rc.6",
"version": "1.2.0-rc.7",
"description": "React Native: access to the audio input stream",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 23cecf5

Please sign in to comment.