Skip to content

Commit 12c044e

Browse files
committed
chore: version again, modify exports
1 parent bb14c86 commit 12c044e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
packages.default = pkgs.buildGoModule {
6969
pname = "mms";
70-
version = "0.2.2";
70+
version = "0.2.3";
7171
src = ./.;
7272
vendorHash = null;
7373
# If you use vendoring, run `go mod vendor` and replace null with the hash
@@ -80,7 +80,7 @@
8080

8181
packages.wasm = pkgs.stdenvNoCC.mkDerivation {
8282
pname = "mms-wasm";
83-
version = "0.2.2";
83+
version = "0.2.3";
8484
src = ./.;
8585
buildInputs = [ pkgs.go ];
8686
buildPhase = ''

wasm/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraftmetascript/mms-wasm",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"keywords": [],
55
"author": "",
66
"license": "MIT",
@@ -12,6 +12,10 @@
1212
"./mms.js"
1313
],
1414
"module": "./mms.js",
15+
"main": "./mms.js",
16+
"exports": {
17+
".": "./mms.js"
18+
},
1519
"types": "./mms.d.ts",
1620
"repository": "https://github.com/MinecraftMetascript/mms"
1721
}

0 commit comments

Comments
 (0)