Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prosif committed Dec 31, 2024
1 parent 914ee16 commit 7a244fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homegames-core",
"version": "1.1.1",
"version": "1.1.2",
"description": "Play games at home",
"directories": {
"lib": "lib"
Expand Down Expand Up @@ -45,6 +45,7 @@
"squish-1010": "npm:squishjs@1.0.10",
"squish-120": "npm:squishjs@1.2.0",
"squish-130": "npm:squishjs@1.3.0",
"squish-131": "npm:squishjs@1.3.1",
"ws": "7.5.10"
}
}
3 changes: 2 additions & 1 deletion src/common/squish-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ module.exports = {
'1009': require.resolve('squish-1009'),
'1010': require.resolve('squish-1010'),
'120': require.resolve('squish-120'),
'130': require.resolve('squish-130')
'130': require.resolve('squish-130'),
'131': require.resolve('squish-131')
};

0 comments on commit 7a244fc

Please sign in to comment.