Skip to content

Commit

Permalink
Fix parse method
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed Feb 19, 2021
1 parent 8cd1716 commit 995531d
Show file tree
Hide file tree
Showing 3 changed files with 2 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.5",
"version": "1.0.6",
"description": "Minecraft Raw JSON text builder",
"main": "./lib/RawJSONBuilder.js",
"types": "./lib/interfaces.d.ts",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"declaration": true,
"experimentalDecorators": true,
"strict": true,
"esModuleInterop": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2020"
Expand Down

0 comments on commit 995531d

Please sign in to comment.