Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit e7fae0c

Browse files
committed
Merge branch 'master' of github.com:firebug/websocket-monitor
2 parents 240cea1 + d3c3be9 commit e7fae0c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
WebSocket Monitor
22
=================
3-
WebSocket monitor is an extension for Firefox developer tools that can be
4-
used to monitor WebSocket connections in Firefox. It allows to inspect all
3+
WebSocket monitor is an extension to Firefox developer tools that can be
4+
used to monitor WebSocket connections in Firefox. It allows inspecting all
55
data sent and received.
66

77
See [Home Page](https://github.com/firebug/websocket-monitor/wiki)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
"Helen V. Holmes (Mozilla Corp.)",
1010
"Florent Fayolle",
1111
"Elad Zelingher",
12-
"Espen Henriksen"
12+
"Espen Henriksen",
13+
"Tuukka Hastrup"
1314
],
1415
"license": "BSD-3-Clause",
1516
"icon": "chrome://websocketmonitor/skin/icon-32-color.png",
1617
"homepage": "https://github.com/firebug/websocket-monitor/wiki",
17-
"version": "0.5.4",
18+
"version": "0.6.1",
1819
"main": "lib/index",
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)