Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 21, 2014
1 parent 46353b2 commit 6943d87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.0.2 / 2014-11-21
==================

* fix missing message on node-dev

1.0.1 / 2014-11-14
==================

Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -14,7 +14,7 @@
* Module dependencies.
*/

var IS_NODE_DEV_RUNNER = /node\-dev$/.test(process.env._ || '');
var IS_NODE_DEV_RUNNER = /\/node\-dev$/.test(process.env._ || '');

module.exports = function send(child, message) {
if (typeof child.send !== 'function') {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sendmessage",
"version": "1.0.1",
"version": "1.0.2",
"description": "Send a cross process message if message channel is connected.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6943d87

Please sign in to comment.