Skip to content

Commit

Permalink
refactor(ItemsDat): rewrite itemsdat builder
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed May 29, 2024
1 parent 56174e4 commit 4b8f7c9
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 334 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "growtopia.js",
"version": "1.3.6",
"version": "1.4.0",
"description": "A package to create a growtopia private servers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "npm run build && npm run build:ts",
"dev": "rimraf dist && npm run build && npm run build:ts && node test/basic-example/index.js",
"dev:nonative": "rimraf dist && npm run build:ts && node test/basic-example/index.js",
"dev:nonative": "rimraf dist && npm run build:ts",
"docs:gen": "rimraf docs && typedoc",
"build": "node-gyp rebuild",
"build:ts": "tsc",
Expand Down
Loading

0 comments on commit 4b8f7c9

Please sign in to comment.