From 6d096106fe1b7bdb1659c8a9a0ba3e463cb4fcca Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Thu, 16 Jun 2016 11:23:02 +0800 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ac5df2..73a7762 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "description": "Detect if running in Electron.", "homepage": "https://github.com/cheton/is-electron", "main": "index.js", + "files": [ + "index.js" + ], "scripts": { - "prepublish": "npm test && npm run build", "test": "tap --coverage test/*.js", "coveralls": "tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls" },