Skip to content

Commit

Permalink
Merge pull request #578 from MegaGM/issue-577
Browse files Browse the repository at this point in the history
removed unused dependencies
  • Loading branch information
jondubois authored Feb 5, 2023
2 parents dd586db + ac0497b commit bca10c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 50 deletions.
44 changes: 2 additions & 42 deletions app/package-lock.json

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

4 changes: 1 addition & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"name": "socketcluster-sample",
"description": "A sample SocketCluster app",
"version": "1.0.0",
"version": "1.0.1",
"contributors": [
{
"name": "Jonathan Gros-Dubois",
"email": "[email protected]"
}
],
"dependencies": {
"connect": "^3.6.6",
"eetase": "^4.0.0",
"express": "^4.16.3",
"install": "^0.13.0",
"morgan": "^1.7.0",
"nodemon": "^2.0.7",
"sc-errors": "^2.0.1",
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socketcluster",
"version": "17.3.0",
"version": "17.3.1",
"description": "Highly scalable realtime framework with support for async/await",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -24,7 +24,6 @@
"dependencies": {
"@maartennnn/cli-builder": "^2.3.0",
"fs-extra": "^7.0.1",
"minimist": "^1.2.5",
"yamljs": "^0.3.0"
},
"bin": {
Expand Down

0 comments on commit bca10c2

Please sign in to comment.