File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
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 = ''
Original file line number Diff line number Diff line change 11{
22 "name" : " @minecraftmetascript/mms-wasm" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.3 " ,
44 "keywords" : [],
55 "author" : " " ,
66 "license" : " MIT" ,
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}
You can’t perform that action at this time.
0 commit comments