1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 13:32:40 +02:00

Merge pull request #615 from koalyptus/greenkeeper/eslint-5.0.0

Update eslint to the latest version 🚀
This commit is contained in:
koalyptus 2018-06-26 13:32:26 +10:00 committed by GitHub
commit 00143a686b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ {
"name": "tablefilter", "name": "tablefilter",
"version": "0.6.43", "version": "0.6.44",
"description": "A Javascript library making HTML tables filterable and a bit more", "description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT", "license": "MIT",
"author": { "author": {
@ -49,7 +49,7 @@
"diacritics": "1.3.0", "diacritics": "1.3.0",
"esdoc": "1.1.0", "esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0", "esdoc-standard-plugin": "1.0.0",
"eslint": "4.19.1", "eslint": "5.0.0",
"format-number": "3.0.0", "format-number": "3.0.0",
"grunt": "^1.0.1", "grunt": "^1.0.1",
"grunt-cli": "1.2.0", "grunt-cli": "1.2.0",