From d8cd93738eeb4b1a695b35ae144df9ee98b35673 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 2 Jun 2018 08:14:43 +0000 Subject: [PATCH] fix: pin webpack-build-notifier to 0.1.25 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cef1bd..5bf60c3 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "requirejs-json": "0.0.3", "requirejs-text": "^2.0.15", "webpack": "^4.8.3", - "webpack-build-notifier": "^0.1.25", + "webpack-build-notifier": "0.1.25", "webpack-cli": "^2.1.3", "yargs": "^11.0.0" },