@@ -144,7 +144,7 @@ The `buildSchema` helper defined in the module root manages all the logic for ma
### Publishing to NPM
- You will need to be given access to the [VF NPM org](https://www.npmjs.com/org/valueflows) in order to update the module on the registry. You can request access in https://gitter.im/valueflows/welcome
- Bump the version in `lib/package.json` & commit to the repository
- Bump the versions in `lib/package.json`and `mock-client/package.json`& commit to the repository
- Update `CHANGELOG.md` with the new version ID and list of changes, and commit
- Run `npm run publish` from this directory
- Tag the current release in git and push the tag to `origin`