Skip to content

Commit

Permalink
Resolved #345 - Remove the easy-autocomplete library from custom-widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 26, 2024
1 parent 44129dc commit 4ef5cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/surveyjs-widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export { default as nouislider } from "./nouislider.js";
export { default as select2tagbox } from "./select2-tagbox.js";
export { default as sortablejs } from "./sortablejs.js";
export { default as ckeditor } from "./ck-editor.js";
export { default as autocomplete } from "./easy-autocomplete.js";
export { default as prettycheckbox } from "./pretty-checkbox.js";
export { default as bootstrapslider } from "./bootstrap-slider.js";
export { default as microphone } from "./microphone.js";
Expand Down
5 changes: 3 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var dependencies = {
nouislider: "^14.6.3",
inputmask: "^5.0.3",
"jquery-bar-rating": "^1.2.2",
"easy-autocomplete": "^1.3.5",
"pretty-checkbox": "^3.0.3",
"bootstrap-slider": "^10.0.0",
recordrtc: "^5.4.6",
Expand Down Expand Up @@ -83,7 +82,9 @@ module.exports = function (options) {
dependencies: {
jquery: "^3.2.1"
},
peerDependencies: {}
peerDependencies: {
"easy-autocomplete": "^1.3.5"
}
};

widgets.forEach(function (widget) {
Expand Down

0 comments on commit 4ef5cd4

Please sign in to comment.