diff --git a/module.json b/module.json index 8ff176c..3e35f12 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Robin Riis" } ], - "version": "0.1.8", + "version": "0.1.9", "socket": true, "minimumCoreVersion": 10, "compatibility": { diff --git a/scripts/puckoapi/puckoapi.js b/scripts/puckoapi/puckoapi.js index 1e4f85e..c8b87c6 100644 --- a/scripts/puckoapi/puckoapi.js +++ b/scripts/puckoapi/puckoapi.js @@ -1,4 +1,4 @@ -class PuckoPruttApi { +export default class PuckoPruttApi { constructor() { this.apiUrl = "api.puckoprutt.tech" this.schema = this.apiUrl + "/schema"