Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed Feb 19, 2021
1 parent 465e4e0 commit 5c6899a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

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.0.9",
"version": "1.1.0",
"description": "Minecraft Raw JSON text builder",
"main": "./lib/RawJSONBuilder.js",
"types": "./lib/interfaces.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/RawJSONBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore
import minecraftProtocolChatParser from "minecraft-protocol-chat-parser";
import * as minecraftProtocolChatParser from "minecraft-protocol-chat-parser";

import { IKeybind, ITranslate, IClickEvent, NBT, IText, IScore, ISelector } from "./interfaces";

Expand Down

0 comments on commit 5c6899a

Please sign in to comment.