Skip to content

Commit

Permalink
Fix NPM package repository URL (#2)
Browse files Browse the repository at this point in the history
* Fix NPM package repository URL

* Update description to reflect ability to sign from Windows

* Fix typo
  • Loading branch information
Daniel Pereira authored and develar committed Jul 14, 2016
1 parent 256abf0 commit 2afdd2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "signcode-tf",
"version": "0.7.3",
"description": "Sign Windows executables from a Mac",
"repository": "https://github.com/kevinsawicki/signcode",
"version": "0.7.4",
"description": "Sign Windows executables from Windows or MacOS",
"repository": "https://github.com/develar/signcode",
"main": "index.js",
"scripts": {
"test": "mocha && standard"
Expand Down

0 comments on commit 2afdd2e

Please sign in to comment.