Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eufelipemateus committed May 15, 2022
2 parents 517ccf6 + b392a65 commit c6e7e70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# domino-game

[![Node.js Package](https://github.com/eufelipemateus/domino-game/actions/workflows/npm-publish-github-packages.yml/badge.svg?branch=master)](https://github.com/eufelipemateus/domino-game/actions/workflows/npm-publish-github-packages.yml) [![Known Vulnerabilities](https://snyk.io/test/npm/domino-game/badge.svg)](https://snyk.io/test/npm/domino-game)
[![domino-game](https://snyk.io/advisor/npm-package/domino-game/badge.svg)](https://snyk.io/advisor/npm-package/domino-game) [![npm version](https://badge.fury.io/js/domino-game.svg)](https://badge.fury.io/js/domino-game) [![Rate on Openbase](https://badges.openbase.com/js/rating/domino-game.svg)](https://openbase.com/js/domino-game?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
[![domino-game](https://snyk.io/advisor/npm-package/domino-game/badge.svg)](https://snyk.io/advisor/npm-package/domino-game) [![npm version](https://badge.fury.io/js/domino-game.svg)](https://badge.fury.io/js/domino-game) [![Rate this package](https://badges.openbase.com/js/rating/domino-game.svg?style=openbase&token=ym3sqqTf7cAAHeCd4DIyql9kaTTnVLe6IOYTsaAcz58=)](https://openbase.com/js/domino-game?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)

This is an online multiplayer game made with socket.io and html5 install and test this game.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
"license": "CC-BY-NC-4.0",
"dependencies": {
"dotenv": "8.6.0",
"express": "^4.17.2",
"express": "^4.17.3",
"express-session": "~1.17.2",
"pm2": "^5.2.0",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.0",
"systemjs": "^6.10.3"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,9 @@ async-listener@^0.6.0:
shimmer "^1.1.0"

async@^2.6.3, async@~2.6.1:
version "2.6.3"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
version "2.6.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies:
lodash "^4.17.14"

Expand Down Expand Up @@ -2387,9 +2387,9 @@ minimatch@^3.0.4:
brace-expansion "^1.1.7"

minimist@^1.2.0:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

mkdirp@1.0.4:
version "1.0.4"
Expand Down

0 comments on commit c6e7e70

Please sign in to comment.