Skip to content

Commit

Permalink
Push styled-ppx-emotion-hash-js
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 18, 2023
1 parent bca3f00 commit e1dd3ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
string_interpolation))

(melange.emit
(target emotion-hash-js)
(libraries emotion_hash))
(target hash-dist-js)
(libraries emotion_hash)
(module_systems
(es6 es6.js)
(commonjs cjs.js))
(runtime_deps packages/emotion-hash/package.json))
1 change: 0 additions & 1 deletion packages/emotion-hash/_test/original.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function murmur2(str) {
(h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0xe995) << 16)
}


// Do a few final mixes of the hash to ensure the last few
// bytes are well-incorporated.

Expand Down
4 changes: 4 additions & 0 deletions packages/emotion-hash/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "styled-ppx-emotion-hash-js",
"main": "../../node_modules/styled-ppx.emotion-hash/hash.es6.js"
}

0 comments on commit e1dd3ec

Please sign in to comment.