Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,10 @@ For a complete list of test data, see [Spreedly Test Data](https://developer.spr
- **Support Home:** [Troubleshoot](https://support.spreedly.com/hc/en-us)
- **Help Center:** [Submit a request](https://support.spreedly.com/hc/en-us/requests/new)
- **Security Issues:** [See Security Document](./SECURITY.md)

## Legal

- [Terms of Service](https://legal.spreedly.com/#terms)
- [Privacy Policy](https://legal.spreedly.com/#privacy-policy)
- [License](./LICENSE) (Apache 2.0)

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"version": "0.0.0",
"description": "Spreedly SDK Sample App",
"license": "Apache-2.0",
"homepage": "https://github.com/spreedly/web-sdk-sample-app",
"repository": {
"type": "git",
"url": "https://github.com/spreedly/web-sdk-sample-app.git"
},
"bugs": {
"url": "https://github.com/spreedly/web-sdk-sample-app/issues"
},
"scripts": {
"build": "scripts/build.sh",
"build:watch": "tsc --watch",
Expand Down
Loading