diff --git a/package.json b/package.json index ffbd0b5..da92fa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-electron", - "version": "2.2.1", + "version": "2.2.2", "description": "Detect if running in Electron.", "homepage": "https://github.com/cheton/is-electron", "main": "index.js", @@ -29,7 +29,6 @@ "tap": "^5.7.2" }, "nyc": { - "exclude": [ - ] + "exclude": [] } }