Skip to content

Commit

Permalink
fix(esm): add parse method export
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed Jul 17, 2021
1 parent 1ba5639 commit bd36a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions esm/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ export const {
keybind,
selector,
translate,
parse,
parser
} = RawJSONBuilder;
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": "2.1.0",
"version": "2.1.1",
"description": "Minecraft Raw JSON text builder",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit bd36a8c

Please sign in to comment.