Skip to content

Commit 112d91b

Browse files
committed
v0.3.6
1 parent c7887ed commit 112d91b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "jsfive",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "A pure javascript HDF5 file reader, based on pyfive",
55
"main": "./dist/index.js",
66
"exports": "./dist/index.js",
77
"browser": "dist/hdf5.js",
88
"scripts": {
99
"build": "esbuild browser_index.js --bundle --sourcemap --target=es2020 --outfile=dist/hdf5.js",
10-
"build_node": "esbuild index.js --bundle --platform=node --outfile=dist/index.js"
10+
"build_node": "esbuild index.js --bundle --sourcemap --platform=node --outfile=dist/index.js"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)