@latticexyz/utils 2.2.0-main-f2e6668a5a74a4d5a9edaed8ab787367a55f01de → 2.2.0-main-c0bb0da58966b49c51570de9e3e031bee78b8473
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/utils",
|
3
|
-
"version": "2.2.0-main-
|
3
|
+
"version": "2.2.0-main-c0bb0da58966b49c51570de9e3e031bee78b8473",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/latticexyz/mud.git",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"build": "pnpm run build:js",
|
37
37
|
"build:js": "tsup",
|
38
38
|
"clean": "pnpm run clean:js",
|
39
|
-
"clean:js": "
|
39
|
+
"clean:js": "shx rm -rf dist",
|
40
40
|
"dev": "tsup --watch",
|
41
41
|
"lint": "eslint . --ext .ts",
|
42
42
|
"test": "tsc --noEmit && jest",
|