Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Jul 1, 2020
1 parent 9fb11fb commit 4603efb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zadkiel/uppy-audio",
"description": "Uppy plugin that records audio using the device's microphone.",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@uppy/utils": "3.1.0",
"opus-recorder": "^6.2.0",
"preact": "10.4.5"
"preact": "^10.4.5"
},
"peerDependencies": {
"@uppy/core": "^1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion src/MicrophoneScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ class MicrophoneScreen extends Component {
}
}

module.exports = AudioScreen
module.exports = MicrophoneScreen

0 comments on commit 4603efb

Please sign in to comment.