Skip to content

Commit

Permalink
Merge pull request #118 from nzzdev/release-3.1.6
Browse files Browse the repository at this point in the history
Release 3.1.6
  • Loading branch information
philipkueng authored Aug 14, 2019
2 parents f9a8b26 + 31523f3 commit 1d9a44b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
29 changes: 18 additions & 11 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q-table",
"version": "3.1.5",
"version": "3.1.6",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,11 +11,11 @@
"author": "Beni Buess <[email protected]>",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^7.4.2",
"@hapi/boom": "^7.4.3",
"@hapi/hapi": "^18.3.1",
"@hapi/inert": "^5.2.1",
"@hapi/joi": "^15.1.0",
"ajv": "^6.10.1",
"ajv": "^6.10.2",
"array2d": "0.0.5",
"clone": "^2.1.2",
"d3-format": "^1.3.2",
Expand All @@ -31,6 +31,6 @@
"jsdom": "^15.1.1",
"postcss": "^7.0.17",
"postcss-import": "^12.0.1",
"sass": "^1.22.3"
"sass": "^1.22.9"
}
}
3 changes: 2 additions & 1 deletion routes/option-availability.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module.exports = {
if (item.data.table.length !== 0) {
if (
!item.options.cardLayout &&
getNumericColumns(item.data.table).length >= 2
item.data.table[0].length >= 3 &&
getNumericColumns(item.data.table).length >= 1
) {
isAvailable = true;
}
Expand Down

0 comments on commit 1d9a44b

Please sign in to comment.