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 c009173 commit 3dc5d7f
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "growtopia.js",
"description": "A Node.js & Bun.js ENet framework to create growtopia private server that written in Rust.",
"version": "2.0.1",
"main": "index.js",
"types": "index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"bun": "./index.js",
"types": "./dist/index.d.ts",
"bun": "./dist/index.js",
"import": "./esm.mjs",
"require": "./index.js"
"require": "./dist/index.js"
}
},
"napi": {
Expand Down Expand Up @@ -75,23 +75,5 @@
"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 3dc5d7f

Please sign in to comment.