Skip to content

Commit

Permalink
bug: fix packaged files
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Jul 8, 2022
1 parent 2672faa commit 27ac942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bswap",
"version": "2.0.0",
"description": "fast byte swapping",
"main": "bswap.js",
"main": "bswap.mjs",
"scripts": {
"test": "mocha test/*.mjs"
},
Expand Down Expand Up @@ -36,6 +36,6 @@
"files": [
"binding.gyp",
"src/",
"index.d.ts"
"bswap.mjs"
]
}

0 comments on commit 27ac942

Please sign in to comment.