From 324ac488f24bf73dbf0b16a20ec45ac54832b527 Mon Sep 17 00:00:00 2001 From: Konstantin Vyatkin Date: Wed, 23 Oct 2019 03:45:49 -0400 Subject: [PATCH] Remove unused devDependencies (#673) * remove `opn` * remove `whatwg-fetch` * remove `wrapper-webpack-plugin` in favor of built-in plugin --- assets/scripts/choices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/choices.js b/assets/scripts/choices.js index caa097d3..f106c91d 100644 --- a/assets/scripts/choices.js +++ b/assets/scripts/choices.js @@ -1,4 +1,4 @@ -/*! choices.js v7.1.1 | © 2019 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ +/*! choices.js v7.1.1 | © 2019 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory();