Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit adb0cc9

Browse files
committed
bumb version and fix deps
1 parent 721cecb commit adb0cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "tf2-demo",
33
"description": "A parser for TF2 demo files",
4-
"version": "1.1.1",
4+
"version": "1.1.4",
55
"bin": {
66
"demo-analyse": "./bin/analyse.js"
77
},
88
"main": "build/index.js",
99
"jsnext:main": "build/es6/index.js",
1010
"module": "build/es6/index.js",
1111
"dependencies": {
12-
"bit-buffer": "icewind1991/bit-buffer#typings",
12+
"bit-buffer": "^0.2.3",
1313
"clone": "^2.1.1",
1414
"minimist": "1.2.x",
1515
"snappyjs": "^0.6.0"

0 commit comments

Comments
 (0)