Skip to content

Commit

Permalink
Improve tagline
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
sindresorhus committed May 24, 2019
1 parent 38b0a52 commit 3c21ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"name": "electron-util",
"version": "0.11.0",
"description": "Useful utilities for developing Electron apps and modules",
"description": "Useful utilities for Electron apps and modules",
"license": "MIT",
"repository": "sindresorhus/electron-util",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=10"
},
"scripts": {
"start": "electron example.js",
"test": "xo && ava && tsd"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# electron-util [![Build Status](https://travis-ci.org/sindresorhus/electron-util.svg?branch=master)](https://travis-ci.org/sindresorhus/electron-util)

> Useful utilities for developing Electron apps and modules
> Useful utilities for Electron apps and modules
You can use this module directly in both the [main and renderer process](https://electronjs.org/docs/tutorial/quick-start/#main-process).

Expand Down

0 comments on commit 3c21ee0

Please sign in to comment.