Navigation Menu

Skip to content

Commit

Permalink
Register gcs-commands to "bin"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 8, 2012
1 parent 1b1fe3c commit 6acedab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -33,6 +33,11 @@
},
"bin": {
"gcs": "./bin/gcs",
"gcs-create-domain": "./bin/gcs-create-domain",
"gcs-delete-domain": "./bin/gcs-delete-domain",
"gcs-describe-domain": "./bin/gcs-describe-domain",
"gcs-configure-fields": "./bin/gcs-configure-fields",
"gcs-index-documents": "./bin/gcs-index-documents",
"gcs-import-examples": "./bin/gcs-import-examples"
},
"main": "./lib/server",
Expand Down

0 comments on commit 6acedab

Please sign in to comment.