Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 25, 2018
1 parent a95b95b commit e872dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-find-rules",
"version": "3.3.0",
"version": "3.3.1",
"description": "Find built-in ESLint rules you don't have in your custom config.",
"main": "dist/lib/rule-finder.js",
"scripts": {
Expand All @@ -13,6 +13,7 @@
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"prebuild": "rimraf dist",
"build": "babel src -d dist",
"prepublish": "npm run build",
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
"travis-after-all": "travis-after-all && npm run report-coverage"
},
Expand Down

0 comments on commit e872dc5

Please sign in to comment.