Skip to content

Commit

Permalink
2.2.5 - fix for update-notifier usage in bin
Browse files Browse the repository at this point in the history
Fixes #339
  • Loading branch information
adam-lynch committed Jul 3, 2016
1 parent 54c9b5c commit 0d43c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ To get around it, run `ulimit -n 1024` (or add it to your `~/.bash_profile`). Fo
See [CONTRIBUTING.md](CONTRIBUTING.md).

## Release History
- 2016-07-03 `2.2.5` fix for update-notifier usage in bin
- 2016-07-03 `2.2.4` fix for syntax error in CLI
- 2016-07-02 `2.2.3` a few small fixes for the run option and more
- 2016-07-02 `2.2.2` fix for cache check of some legacy versions
Expand Down
2 changes: 1 addition & 1 deletion bin/nwbuild
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (argv.h || argv.help) {

// Update notification
var notifier = updateNotifier({
packagePath: './../package.json'
pkg: require('./../package.json')
});
if (notifier.update) {
notifier.notify();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nw-builder",
"version": "2.2.4",
"version": "2.2.5",
"description": "nw-builder",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0d43c4d

Please # to comment.