Skip to content

Commit

Permalink
Merge pull request #58 from nzzdev/release-3.0.1
Browse files Browse the repository at this point in the history
Release 3.0.1
  • Loading branch information
manuelroth committed Oct 10, 2018
2 parents a0aca92 + d56a2da commit e27c607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions helpers/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function isNumeric(cell) {
if (!cell) {
return false;
}
cell = cell.trim(); // remove whitespaces
if (cell.match(/^[+-]?\d+(\.\d+)?$/) === null) {
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q-table",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e27c607

Please sign in to comment.