Skip to content

Commit

Permalink
Create js version
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 17, 2023
1 parent 1e7591f commit 7e278d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/emotion-hash/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
(library
(name emotion_hash)
(public_name styled-ppx.emotion-hash)
(modules hash)
(modes :standard melange))

(melange.emit
(target emotion-hash-js)
(libraries emotion_hash)
(modules js))
2 changes: 1 addition & 1 deletion packages/emotion-hash/js.ml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let default = Hash.make
let default = Emotion_hash.Hash.make
4 changes: 0 additions & 4 deletions packages/emotion-hash/package.json

This file was deleted.

0 comments on commit 7e278d7

Please sign in to comment.