Skip to content

Commit

Permalink
Bump patch version so NPM picks up new repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Sibner committed Jul 5, 2018
1 parent 34ad3ad commit d8d83a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-promise-ipc",
"version": "0.1.1",
"version": "0.1.2",
"description": "Run IPC calls with a promise API.",
"scripts": {
"pretest": "npm run --silent lint && npm run build",
Expand All @@ -13,7 +13,10 @@
"clean": "rimraf build"
},
"main": "build/index.js",
"repository": {},
"repository": {
"type": "git",
"url": "https://github.com/sibnerian/electron-promise-ipc.git"
},
"author": "Ian Sibner <sibnerian@gmail.com>",
"license": "MIT",
"peerDependencies": {
Expand Down Expand Up @@ -53,5 +56,13 @@
"test",
"build"
]
}
},
"directories": {
"test": "test"
},
"keywords": [
"electron",
"promise",
"ipc"
]
}

0 comments on commit d8d83a1

Please sign in to comment.