@dotrly/sdk 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -305,8 +305,8 @@ module.exports = {
305
305
 
306
306
  - [Relay Platform](https://relay.notapublicfigureanymore.com) - Learn more about Relay
307
307
  - [Documentation](https://relay.notapublicfigureanymore.com/docs/sdk) - Full API documentation
308
- - [Examples](https://github.com/Jaseunda/clips/tree/main/open) - Example apps
309
- - [Issues](https://github.com/Jaseunda/clips/issues) - Report bugs
308
+ - [Examples](https://github.com/dotrly/core/tree/main/open) - Example apps
309
+ - [Issues](https://github.com/dotrly/core/issues) - Report bugs
310
310
 
311
311
  ## License
312
312
 
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@dotrly/sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "The official SDK for building Relay apps.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/dotrly/core.git"
8
+ },
5
9
  "type": "module",
6
10
  "main": "./dist/index.js",
7
11
  "module": "./dist/index.js",