Skip to content

Commit 2938b8e

Browse files
committed
maint: bump min npm version to 0.4.1
1 parent 29e80ca commit 2938b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyobsplot/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
bundler_output_dir = pathlib.Path(__file__).parent / "static"
99

1010
# Minimum npm package version
11-
MIN_NPM_VERSION = "0.4.0"
11+
MIN_NPM_VERSION = "0.4.1"
1212

1313
# Allowed default values
1414
ALLOWED_DEFAULTS = [

0 commit comments

Comments
 (0)