-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jaumard
authored and
jaumard
committed
Nov 20, 2017
1 parent
432eeb3
commit c8a8d2a
Showing
5 changed files
with
1,109 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ node_js: | |
- 5 | ||
- 6 | ||
- 7 | ||
- 8 | ||
notifications: | ||
email: false | ||
webhooks: | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "trailpack-realtime", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Realtime Trailpack. Synchronize the client and server via WebSockets", | ||
"homepage": "http://www.trailsjs.io/", | ||
"author": "Trails.js Team <[email protected]>", | ||
|
@@ -27,14 +27,14 @@ | |
"primus" | ||
], | ||
"dependencies": { | ||
"engine.io": "^1.8.2", | ||
"primus": "^6.0.9", | ||
"trailpack": "^2.1.0" | ||
"engine.io": "^3.1.4", | ||
"primus": "^7.1.0", | ||
"trailpack": "^2.1.3" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.13.1", | ||
"eslint-config-trails": "^2.0.6", | ||
"mocha": "^3.2.0" | ||
"eslint": "^4.11.0", | ||
"eslint-config-trails": "^3.0.0", | ||
"mocha": "^4.0.1" | ||
}, | ||
"scripts": { | ||
"test": "eslint ." | ||
|
Oops, something went wrong.