Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed May 2, 2022
1 parent 8f7f9f3 commit a615913
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,14 +1,14 @@
{
"name": "jsfive",
"version": "0.3.8",
"version": "0.3.9",
"description": "A pure javascript HDF5 file reader, based on pyfive",
"main": "./dist/hdf5.js",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/hdf5.js"
}
}
},
"browser": "./dist/hdf5.js",
"scripts": {
Expand Down

0 comments on commit a615913

Please sign in to comment.