Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Renaming bin/keysigner to bin/certifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Jun 6, 2012
1 parent 21333f2 commit 94b1f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "browserid-keysigner",
"description": "A process that signs keys as described in the BrowserID protocol - for use in your projects",
"name": "browserid-certifier",
"description": "A process that creates user certificates described in the BrowserID protocol - for use in your projects",
"version": "0.0.1",
"dependencies": {
"compute-cluster": "0.0.7",
Expand All @@ -19,7 +19,7 @@
"mocha": "1.0.3"
},
"scripts": {
"start": "node bin/keysigner",
"start": "node bin/certifier",
"test": "mocha --globals JSV,initializer -R spec tests.js"
}
}

0 comments on commit 94b1f37

Please sign in to comment.