Skip to content

Commit

Permalink
bumping eslint dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Apr 7, 2019
1 parent 4a0684e commit d8c7a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getify/eslint-plugin-proper-ternary",
"version": "3.0.0",
"version": "3.0.1",
"description": "ESLint rules to ensure proper usage of ternary/conditional expressions",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {},
"devDependencies": {
"coveralls": "~3.0.2",
"eslint": "~5.15.0",
"eslint": "~5.16.0",
"qunit": "~2.9.1",
"terser": "~3.17.0"
},
Expand Down

0 comments on commit d8c7a1c

Please sign in to comment.