Skip to content

Commit

Permalink
fix(snappyjs): use snappyjs 0.5.0
Browse files Browse the repository at this point in the history
Now that `snappyjs` has added support for input of type `Uint8Array`, we
don't need to use the scoped version `@klaus_trainer/snappyjs` anymore.
  • Loading branch information
KlausTrainer committed Sep 2, 2016
1 parent 3888f77 commit aafcac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ THE SOFTWARE.
*/

var msgpack = require('msgpack-js')
var snappy = require('@klaus_trainer/snappyjs')
var snappy = require('snappyjs')
var through = require('through')
var bops = require('bops')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"bops": "^1.0.0",
"msgpack-js": "^0.3.0",
"@klaus_trainer/snappyjs": "^1.0.0",
"snappyjs": "^0.5.0",
"through": "^2.3.8"
},
"keywords": [
Expand Down

0 comments on commit aafcac5

Please sign in to comment.