@herdingbits/trailhead-types 0.0.5 → 0.0.7

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,7 +62,7 @@ export class MyAdapter implements DesignSystemAdapter {
62
62
 
63
63
  ## Documentation
64
64
 
65
- See the [main Trailhead documentation](https://github.com/herdingbits/trailhead) for more information.
65
+ See the [main Trailhead documentation](https://github.com/quicken/trailhead) for more information.
66
66
 
67
67
  ## License
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herdingbits/trailhead-types",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "TypeScript types for Trailhead SPAs. Provides shell API types for independent applications.",
5
5
  "type": "module",
6
6
  "types": "./public-api.d.ts",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://github.com/herdingbits/trailhead.git",
33
+ "url": "https://github.com/quicken/trailhead.git",
34
34
  "directory": "packages/types"
35
35
  }
36
36
  }