From f3a9fd21dbafb6c2f8a550f7bf7b185a68d7953f Mon Sep 17 00:00:00 2001 From: Albert Gazizov Date: Wed, 25 Apr 2018 12:38:08 +0300 Subject: [PATCH] Fix incorrect airbrake-js package name --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c44ccdc..bd7bdd6 100644 --- a/index.js +++ b/index.js @@ -15,7 +15,7 @@ module.exports = { if (dep.isAbove('2.15.0')) { app.import('node_modules/airbrake-js/dist/client.min.js'); } else { - app.import(app.bowerDirectory + '/airbrake-js/dist/client.min.js'); + app.import(app.bowerDirectory + '/airbrake-js-client/dist/client.min.js'); } } };