Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 16, 2016
1 parent ea12106 commit 6d09610
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6d09610

Please sign in to comment.