@segment/public-api-sdk-typescript 32.0.2-b5001 → 32.0.2-b5004
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,3 +49,7 @@ All test files are under `tests` folders.
|
|
|
49
49
|
yarn install
|
|
50
50
|
yarn test
|
|
51
51
|
```
|
|
52
|
+
|
|
53
|
+
## Contributing
|
|
54
|
+
|
|
55
|
+
This repository is auto-generated and not open for contributions from external contributors. If you have problems with the repo, please raise an issue instead of a pull request. Pull requests will not be reviewed.
|