Skip to content

Commit

Permalink
Fix eslint security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilbendafi committed Jun 21, 2019
1 parent 38a3e1b commit 3ccc1b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install
```
or
```
$ bin/kibana-plugin install https://github.com/nabilbendafi/country-flag-fieldformatters/releases/download/v1.2.0/country-flag-fieldformatters-1.2.0.zip
$ bin/kibana-plugin install https://github.com/nabilbendafi/country-flag-fieldformatters/releases/download/v1.2.1/country-flag-fieldformatters-1.2.1.zip
```

Unistall:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-flag-fieldformatters",
"version": "1.2.0",
"version": "1.2.1",
"description": "Field formatters plugin for Kibana that display country flag based on its 'ISO 3166-1 alpha-2' code.",
"url": "https://github.com/nabilbendafi/country-flag-fieldformatters/issues",
"author": "Nabil Bendafi <nabil@bendafi.fr>",
Expand All @@ -27,7 +27,7 @@
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"bluebird": "^3.1.5",
"eslint": "^1.10.3",
"eslint": ">=4.18.2",
"eslint-plugin-mocha": "^1.1.0",
"lodash": "^4.0.1"
}
Expand Down

0 comments on commit 3ccc1b2

Please sign in to comment.