Skip to content

Commit

Permalink
Stop requiring eslint as a production dependency (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
s100 committed Jun 25, 2020
1 parent 693851b commit 6854142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -30,7 +30,9 @@
},
"homepage": "https://github.com/logdna/logdna-bunyan#readme",
"dependencies": {
"eslint": "^6.5.1",
"logdna": "^3.5.0"
},
"devDependencies": {
"eslint": "^6.5.1"
}
}

0 comments on commit 6854142

Please sign in to comment.