Skip to content

Commit

Permalink
Updated node-notifier dependency to latest version to fix #45.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoC committed Aug 29, 2019
1 parent b39b4a1 commit db6552f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

#### 1.1.1
###### _August 29, 2019_

- Updated node-notifier dependency to latest version to fix #45.

#### 1.1.0
###### _August 10, 2019_

Expand Down
39 changes: 27 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-build-notifier",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,9 +28,9 @@
"author": "Rocco Cataldo <roccocataldo@gmail.com>",
"license": "MIT",
"dependencies": {
"ansi-regex": "^2.0.0",
"strip-ansi": "^3.0.1",
"node-notifier": "5.4.0"
"ansi-regex": "4.1.0",
"strip-ansi": "5.2.0",
"node-notifier": "5.4.3"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand All @@ -42,4 +42,4 @@
"jest": "^24.8.0",
"webpack": "^4.33.0"
}
}
}

0 comments on commit db6552f

Please sign in to comment.