Skip to content

Commit

Permalink
bumped demoparser to 0.26.1 to support newer demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ChetdeJong committed May 25, 2024
1 parent ee6c799 commit 29aea45
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,6 +1,6 @@
{
"name": "cs2-killfeed-thing",
"version": "0.5.0",
"version": "0.5.1",
"description": "Parse demos for frags and get formatted output for killfeed template",
"scripts": {
"start": "tsc & node ./dist/main.js",
Expand All @@ -21,6 +21,6 @@
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"@laihoe/demoparser2": "^0.24.0"
"@laihoe/demoparser2": "^0.26.1"
}
}

0 comments on commit 29aea45

Please sign in to comment.