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

bumb version and fix deps

This commit is contained in:
Robin Appelman 2017-10-24 23:20:05 +02:00
commit adb0cc90ee

View file

@ -1,7 +1,7 @@
{ {
"name": "tf2-demo", "name": "tf2-demo",
"description": "A parser for TF2 demo files", "description": "A parser for TF2 demo files",
"version": "1.1.1", "version": "1.1.4",
"bin": { "bin": {
"demo-analyse": "./bin/analyse.js" "demo-analyse": "./bin/analyse.js"
}, },
@ -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.2.3",
"clone": "^2.1.1", "clone": "^2.1.1",
"minimist": "1.2.x", "minimist": "1.2.x",
"snappyjs": "^0.6.0" "snappyjs": "^0.6.0"