Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 25, 2018
1 parent 7d816d6 commit a95b95b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-find-rules",
"version": "3.2.3",
"version": "3.3.0",
"description": "Find built-in ESLint rules you don't have in your custom config.",
"main": "dist/lib/rule-finder.js",
"scripts": {
Expand All @@ -14,7 +14,6 @@
"prebuild": "rimraf dist",
"build": "babel src -d dist",
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"travis-after-all": "travis-after-all && npm run report-coverage"
},
"bin": {
Expand Down Expand Up @@ -54,7 +53,6 @@
"opt-cli": "^1.1.1",
"proxyquire": "^1.8.0",
"rimraf": "^2.6.0",
"semantic-release": "^6.3.6",
"sinon": "^2.3.4",
"travis-after-all": "^1.4.4",
"validate-commit-msg": "^2.12.2",
Expand Down

0 comments on commit a95b95b

Please sign in to comment.