Skip to content

Commit 68898e1

Browse files
fixes maxItems to work correctly
1 parent dbd417c commit 68898e1

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
@@ -8,7 +8,7 @@
88
"dist/*.js"
99
],
1010
"dest": "dist",
11-
"version": "0.12.1",
11+
"version": "0.13.0",
1212
"license": "MIT",
1313
"description": "VanillaJS sortable lists and grids using native HTML5 drag and drop API.",
1414
"author": {
@@ -67,7 +67,9 @@
6767
"ts-jest": {
6868
"diagnostics": false,
6969
"babelConfig": {
70-
"plugins": ["@babel/plugin-proposal-class-properties"]
70+
"plugins": [
71+
"@babel/plugin-proposal-class-properties"
72+
]
7173
}
7274
}
7375
}

0 commit comments

Comments
 (0)