Skip to content

Commit

Permalink
fix: remove circular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed Jun 14, 2021
1 parent 0676ce7 commit 666ff8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 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": "namemcwrapper",
"version": "2.1.2",
"version": "2.1.3",
"description": "ES6 Promise based wrapper for NameMC.com",
"main": "./dist/NameMC.js",
"exports": {
Expand Down
12 changes: 0 additions & 12 deletions src/interfaces/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
export * from "./NameMC";
export * from "./API";

export {
NameMC,
API,

RendersContext,
ServerContext,
SkinContext,
CapeContext,
PlayerContext
} from "../NameMC";
export * from "../API";

0 comments on commit 666ff8e

Please sign in to comment.