Skip to content

Commit fbe3272

Browse files
Merge pull request #169 from WebJamApps/dev
to master
2 parents eaeeeb4 + db7b788 commit fbe3272

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.0
1+
20.11.1

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
[![CircleCI](https://circleci.com/gh/WebJamApps/WebJamSocketCluster.svg?style=svg)](https://circleci.com/gh/WebJamApps/WebJamSocketCluster)
2-
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
2+
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
33
[![Test Coverage](https://api.codeclimate.com/v1/badges/8aaca1a55b346f70533e/test_coverage)](https://codeclimate.com/github/WebJamApps/WebJamSocketCluster/test_coverage)
44
[![Issue Count](https://codeclimate.com/github/WebJamApps/WebJamSocketCluster/badges/issue_count.svg)](https://codeclimate.com/github/WebJamApps/WebJamSocketCluster/issues)
55
[![Maintainability](https://api.codeclimate.com/v1/badges/8aaca1a55b346f70533e/maintainability)](https://codeclimate.com/github/WebJamApps/WebJamSocketCluster/maintainability)
66
[![Known Vulnerabilities](https://snyk.io/test/github/webjamapps/WebJamSocketCluster/badge.svg)](https://snyk.io/test/github/webjamapps/WebJamSocketCluster)
7+
78
# WebJamSocketCluster
9+
810
Using latest version of socketcluster-server
11+
12+
## Local Development
13+
14+
* This is a websocket backend project that works with `joshandmariamusic.com`
15+
* Copy the `.env.example` file and paste it as `.env` file in the project root directory. Request variable definitions from the project owner or spin up your own resourses where applicable.
16+
* More information is available in our [Developer's Guide](https://docs.google.com/document/d/1_QDDbqmBrJuGqBoib59fmgYtls03dAXXuLqRR5roPO4/edit).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.1.0",
55
"license": "MIT",
66
"engines": {
7-
"node": ">=20.11.0 <21",
7+
"node": ">=20.11.1 <21",
88
"npm": ">=10.2.4 <11"
99
},
1010
"contributors": [

0 commit comments

Comments
 (0)