1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

use released bit-buffer

This commit is contained in:
Robin Appelman 2017-04-08 21:58:20 +02:00
commit ab89e5efd2

View file

@ -9,7 +9,7 @@
"jsnext:main": "build/es6/index.js", "jsnext:main": "build/es6/index.js",
"module": "build/es6/index.js", "module": "build/es6/index.js",
"dependencies": { "dependencies": {
"bit-buffer": "icewind1991/bit-buffer#typings", "bit-buffer": "0.1.0",
"clone": "^2.1.0", "clone": "^2.1.0",
"minimist": "1.1.x", "minimist": "1.1.x",
"snappyjs": "^0.5.0" "snappyjs": "^0.5.0"