From e872dc58a60248412b725ab4fab4beb65659ad73 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 25 Jun 2018 11:10:51 -0700 Subject: [PATCH] 3.3.1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bbc8ac3..cf2558e 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" },