Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed Mar 19, 2021
1 parent 2aa8e39 commit 3d9bbb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rawjsonbuilder",
"version": "1.1.7",
"version": "1.1.8",
"description": "Minecraft Raw JSON text builder",
"main": "./lib/RawJSONBuilder.js",
"types": "./lib/interfaces.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/clickEvent.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IFormatting } from "./formatting";

export interface IClickEvent extends IFormatting {
insertion?: boolean;
insertion?: string;
clickEvent?: {
action: "open_url" | "open_file" | "run_command" | "suggest_command" | "change_page" | "copy_to_clipboard";
value: string;
Expand Down

0 comments on commit 3d9bbb1

Please sign in to comment.