Skip to content

Commit

Permalink
Merge pull request #13 from glawson/add-keywords
Browse files Browse the repository at this point in the history
fix: adds keywords and description
  • Loading branch information
glawson authored Aug 20, 2020
2 parents cc14e72 + e8cccad commit aa262f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "electron-deeplink",
"version": "0.0.0-development",
"description": "",
"description": "Node module for Electron apps that sets the default handler for a given protocol (deeplinks) in both development and production environments.",
"keywords": ["electron", "deeplink", "protocol", "win32", "macos"],
"main": "./dist/index.js",
"files": [
"/dist",
Expand Down

0 comments on commit aa262f9

Please sign in to comment.