1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-03 16:44:12 +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",
"description": "A parser for TF2 demo files",
"version": "1.1.1",
"version": "1.1.4",
"bin": {
"demo-analyse": "./bin/analyse.js"
},
@ -9,7 +9,7 @@
"jsnext:main": "build/es6/index.js",
"module": "build/es6/index.js",
"dependencies": {
"bit-buffer": "icewind1991/bit-buffer#typings",
"bit-buffer": "^0.2.3",
"clone": "^2.1.1",
"minimist": "1.2.x",
"snappyjs": "^0.6.0"