Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Jan 19, 2022
1 parent c7887ed commit 112d91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jsfive",
"version": "0.3.5",
"version": "0.3.6",
"description": "A pure javascript HDF5 file reader, based on pyfive",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"browser": "dist/hdf5.js",
"scripts": {
"build": "esbuild browser_index.js --bundle --sourcemap --target=es2020 --outfile=dist/hdf5.js",
"build_node": "esbuild index.js --bundle --platform=node --outfile=dist/index.js"
"build_node": "esbuild index.js --bundle --sourcemap --platform=node --outfile=dist/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 112d91b

Please sign in to comment.