1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-01 14:22:49 +02:00

Merge pull request #692 from koalyptus/greenkeeper/eslint-5.15.2

Update eslint to the latest version 🚀
This commit is contained in:
koalyptus 2019-03-20 07:13:32 +11:00 committed by GitHub
commit 5e1fe901b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 584 additions and 595 deletions

4
dist/starter.html vendored
View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>tablefilter v0.6.79 - Starter</title>
<title>tablefilter v0.6.84 - Starter</title>
</head>
<body>
<h1>tablefilter v0.6.79</h1>
<h1>tablefilter v0.6.84</h1>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1167
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.83",
"version": "0.6.84",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
@ -50,7 +50,7 @@
"diacritics": "1.3.0",
"esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0",
"eslint": "5.15.0",
"eslint": "5.15.2",
"format-number": "3.0.0",
"grunt": "^1.0.1",
"grunt-cli": "1.3.2",