From b8fb281ec2df870dbe28556cb8c32b1c44867ada Mon Sep 17 00:00:00 2001 From: Valens Date: Mon, 13 Feb 2023 13:59:29 -0500 Subject: [PATCH] Package change for 1.3.0 and compatibility for SPT-AKI 3.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dafd673..0918dc8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "CC BY-NC-ND 4.0", "author": "Valens", - "akiVersion": ">=3.4.*", + "akiVersion": ">=3.5.*", "scripts": { "setup:environment": "npm i", "build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./mod.code-workspace\" \"./**/*.*\" ./dist",