Skip to content

Commit

Permalink
update to github package @rcv-prod-toolkit/types
Browse files Browse the repository at this point in the history
  • Loading branch information
Himyu committed Feb 25, 2022
1 parent c0d4668 commit a96274b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a96274b

Please sign in to comment.