diff --git a/src/deprecation.js b/src/deprecation.js index 23d76dc..8de3ed0 100644 --- a/src/deprecation.js +++ b/src/deprecation.js @@ -105,5 +105,3 @@ this.text = text; console.warn('setText is now deprecated, please use the text property, e.g : myText.text = \'my text\';'); }; - -module.exports = {};