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:
parent
721cecb6f7
commit
adb0cc90ee
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue