Added a note about the npm publish behavior.

This commit is contained in:
Chris Kleeschulte 2015-08-10 16:12:01 -04:00
parent 1027a77d6f
commit 834431a796
1 changed files with 3 additions and 1 deletions

View File

@ -24,12 +24,14 @@ Ensure you've followed the instructions in the README.md for building the projec
```json
{
"region": "us-east-1",
"region": "us-west-2",
"accessKeyId": "xxx",
"secretAccessKey": "yyy"
}
```
When publishing to npm, the .gitignore file is used to exclude files from the npm publishing process. Be sure that the bitcore-node directory has only the directories and files that you would like to publish to npm. You might need to run the commands below on each platform that you intend to publish (e.g. Mac and Linux).
To make a release, bump the version of the package.json:
```bash