diff --git a/package.json b/package.json index 9b27abdfe..7b93fd739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@davesnx/styled-ppx", - "version": "0.23.0", + "version": "0.24.0", "description": "Typed styled components in Reason, OCaml and ReScript", "author": "David Sancho ", "license": "MIT", @@ -23,7 +23,14 @@ }, "esy": { "buildsInSource": "_build", - "build": [["dune", "build", "--root", "."]], + "build": [ + [ + "dune", + "build", + "--root", + "." + ] + ], "buildDev": "refmterr dune build --promote-install-files --root .", "buildEnv": { "ODOC_SYNTAX": "re"