We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4810d62 commit 767983bCopy full SHA for 767983b
2 files changed
README.md
@@ -115,6 +115,13 @@ Run the following to upload the content of the given jsonfile to `schemas/[name]
115
nypl-data-api schema post [name] [jsonfile]
116
```
117
118
+## Contributing
119
+
120
+1. Cut feature branch from `master`
121
+2. After review, merge to `master`
122
+3. Bump version in `package.json` and `git tag -a v[version]`
123
+4. `npm publish`
124
125
## Testing
126
127
All tests work offline with `request` and `oauth` stubs:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nypl/nypl-data-api-client",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Simple client for interacting with NYPL's internal data api",
5
"main": "index.js",
6
"scripts": {
0 commit comments