Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored May 7, 2024
1 parent 3242e3d commit ee07e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@z1g-project/injectify",
"version": "0.0.2",
"version": "0.0.3",
"author": "z1g Project",
"type": "module",
"main": "lib/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { cfg } from "./types"
import { XOR } from "./xor"

export default async function main() {
const cfg: cfg = self.__injectify$cfg
const cfg: cfg = window.__injectify$cfg

if (cfg.fsType === "localstorage") {
let plugins = await LFS(cfg.fsItem)
Expand Down

0 comments on commit ee07e64

Please sign in to comment.