diff --git a/package.json b/package.json index 12b49eb..28a305c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buy-champions", - "version": "1.0.2", + "version": "1.0.3", "description": "Buy champions automatically! 🐧", "author": "balaclava", "repository": { diff --git a/src/index.js b/src/index.js index 89dbe35..706b49e 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -import { Champion, StoreBase, addRoutines } from "https://cdn.skypack.dev/balaclava-utils@latest"; +import { addRoutines, Champion, StoreBase } from "https://cdn.skypack.dev/balaclava-utils@latest"; import trans from "./trans.json"; // If you want to help me translate this, please open a PR! :) /**