Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 11, 2021
1 parent aba92e7 commit e25ab6a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand All @@ -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"
Expand Down

0 comments on commit e25ab6a

Please sign in to comment.