Skip to content

Commit

Permalink
update package and bower
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rudmin committed Apr 19, 2016
1 parent 531cb4c commit d0b66b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "opus-recorderjs",
"description": "Record audio from the mic into a wav or ogg opus file",
"main": [
"src/recorder.js",
"src/oggopusEncoder.js",
"src/oggopusDecoder.js",
"src/libopus_encoder.js",
"src/libopus_decoder.js",
"src/wavPCM.js"
"build/recorder.min.js",
"build/encoderWorker.min.js",
"build/decoderWorker.min.js",
"build/waveWorker.min.js"
],
"license": [
"MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Recorder"
],
"license": "MIT",
"main": "recorder.js",
"main": "build/recorder.min.js",
"files": [
"build/recorder.min.js",
"build/encoderWorker.min.js",
Expand Down

0 comments on commit d0b66b4

Please sign in to comment.