Skip to content

Commit

Permalink
version change for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Aug 19, 2021
1 parent fb8658a commit 266cf3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsfive",
"version": "0.3.4",
"version": "0.3.5",
"description": "A pure javascript HDF5 file reader, based on pyfive",
"main": "dist/index.js",
"module": "index.js",
Expand Down Expand Up @@ -48,6 +48,8 @@
"access": "public"
},
"babel": {
"plugins": ["@babel/plugin-proposal-class-properties"]
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}

0 comments on commit 266cf3c

Please sign in to comment.