Skip to content

Commit 266cf3c

Browse files
committed
version change for new release
1 parent fb8658a commit 266cf3c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

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

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsfive",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "A pure javascript HDF5 file reader, based on pyfive",
55
"main": "dist/index.js",
66
"module": "index.js",
@@ -48,6 +48,8 @@
4848
"access": "public"
4949
},
5050
"babel": {
51-
"plugins": ["@babel/plugin-proposal-class-properties"]
51+
"plugins": [
52+
"@babel/plugin-proposal-class-properties"
53+
]
5254
}
5355
}

0 commit comments

Comments
 (0)