Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Nov 22, 2024
1 parent d346bc4 commit c009173
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ yarn.lock
.yarn
__test__
docs
assets
typedoc.json
tsconfig.json
src
lib
renovate.json
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "growtopia.js",
"description": "A Node.js & Bun.js ENet framework to create growtopia private server that written in Rust.",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"types": "index.d.ts",
"exports": {
Expand Down Expand Up @@ -75,5 +75,23 @@
"test": "ava",
"universal": "napi universal",
"version": "napi version"
},
"optionalDependencies": {
"growtopia.js-win32-x64-msvc": "2.0.0",
"growtopia.js-darwin-x64": "2.0.0",
"growtopia.js-linux-x64-gnu": "2.0.0",
"growtopia.js-darwin-arm64": "2.0.0",
"growtopia.js-android-arm64": "2.0.0",
"growtopia.js-linux-arm64-gnu": "2.0.0",
"growtopia.js-linux-arm64-musl": "2.0.0",
"growtopia.js-win32-arm64-msvc": "2.0.0",
"growtopia.js-linux-arm-gnueabihf": "2.0.0",
"growtopia.js-linux-arm-musleabihf": "2.0.0",
"growtopia.js-linux-x64-musl": "2.0.0",
"growtopia.js-freebsd-x64": "2.0.0",
"growtopia.js-win32-ia32-msvc": "2.0.0",
"growtopia.js-android-arm-eabi": "2.0.0",
"growtopia.js-darwin-universal": "2.0.0",
"growtopia.js-linux-riscv64-gnu": "2.0.0"
}
}

0 comments on commit c009173

Please sign in to comment.