Skip to content

Commit aafcac5

Browse files
committed
fix(snappyjs): use snappyjs 0.5.0
Now that `snappyjs` has added support for input of type `Uint8Array`, we don't need to use the scoped version `@klaus_trainer/snappyjs` anymore.
1 parent 3888f77 commit aafcac5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ THE SOFTWARE.
2121
*/
2222

2323
var msgpack = require('msgpack-js')
24-
var snappy = require('@klaus_trainer/snappyjs')
24+
var snappy = require('snappyjs')
2525
var through = require('through')
2626
var bops = require('bops')
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"bops": "^1.0.0",
1111
"msgpack-js": "^0.3.0",
12-
"@klaus_trainer/snappyjs": "^1.0.0",
12+
"snappyjs": "^0.5.0",
1313
"through": "^2.3.8"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)