Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jul 20, 2014
1 parent 8b013eb commit 74a919a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "opus.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "An Opus audio decoder for aurora.js ported using emscripten",
"peerDependencies": {
"av": "~0.4.0"
"av": "~0.4.0",
"ogg.js": "~0.1.0"
},
"devDependencies": {
"browserify": "^4.1.10",
Expand Down

0 comments on commit 74a919a

Please sign in to comment.