diff --git a/package-lock.json b/package-lock.json index 9d8aa21..2c70686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "rcv-prod-toolkit-types": "^1.0.1", + "@rcv-prod-toolkit/types": "github:rcv-prod-toolkit/types", "sass": "^1.34.1", "typescript": "^4.3.2" } diff --git a/package.json b/package.json index c2e907a..f522eb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "module-valorant-pregame", - "version": "1.0.0", + "version": "1.0.1", "description": "Module that provides a gfx for the Valorant PreGame", "author": "RCVolus", "license": "MIT", @@ -15,7 +15,7 @@ }, "devDependencies": { "typescript": "^4.3.2", - "rcv-prod-toolkit-types": "^1.0.1", + "@rcv-prod-toolkit/types": "github:rcv-prod-toolkit/types", "sass": "^1.34.1" }, "scripts": { diff --git a/plugin.ts b/plugin.ts index c46f871..a7f2fe2 100644 --- a/plugin.ts +++ b/plugin.ts @@ -1,4 +1,4 @@ -import type { PluginContext } from 'rcv-prod-toolkit-types' +import type { PluginContext } from '@rcv-prod-toolkit/types' module.exports = async (ctx: PluginContext) => { // Register new UI page