Skip to content

Commit

Permalink
Merge branch 'master' into overwritable-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Aug 4, 2019
2 parents 4686c9c + fd851c8 commit 698c103
Show file tree
Hide file tree
Showing 8 changed files with 2,520 additions and 2,953 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Expand Up @@ -6,6 +6,7 @@
},
"rules": {
"space-before-function-paren": 0,
"no-prototype-builtins": 0,
"no-control-regex": 0
}
}
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "node"
- "10"
- "8"
- "6"
install: npm install
- 'node'
- '10'
- '8'
install: npm install
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### `v5.4.2`

- Updates dependencies

### `v5.4.1`

- Revers changes to default timeout as they are causing some issues. See [#271](https://github.com/mikaelbr/node-notifier/pull/271)

### `v5.4.0`

- Prevent Spotlight from indexing terminal-notifier.app ([#238](https://github.com/mikaelbr/node-notifier/pull/238))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ notifier.notify(
}
);

notifier.on('click', function(notifierObject, options) {
notifier.on('click', function(notifierObject, options, event) {
// Triggers if `wait: true` and user clicks notification
});

Expand Down

0 comments on commit 698c103

Please sign in to comment.