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

Commit

Permalink
bumb version and fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Oct 24, 2017
1 parent 721cecb commit adb0cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "tf2-demo",
"description": "A parser for TF2 demo files",
"version": "1.1.1",
"version": "1.1.4",
"bin": {
"demo-analyse": "./bin/analyse.js"
},
"main": "build/index.js",
"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"
Expand Down

0 comments on commit adb0cc9

Please sign in to comment.