@hazeljs/config 0.2.0-rc.8 → 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 +3 -3
package/README.md CHANGED
@@ -499,11 +499,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
499
499
 
500
500
  ## License
501
501
 
502
- Apache 2.0 © [HazelJS](https://hazeljs.com)
502
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
503
503
 
504
504
  ## Links
505
505
 
506
- - [Documentation](https://hazeljs.com/docs/packages/config)
506
+ - [Documentation](https://hazeljs.ai/docs/packages/config)
507
507
  - [GitHub](https://github.com/hazel-js/hazeljs)
508
508
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
509
509
  - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/config",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
4
4
  "description": "Configuration module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,9 +45,9 @@
45
45
  "bugs": {
46
46
  "url": "https://github.com/hazeljs/hazel-js/issues"
47
47
  },
48
- "homepage": "https://hazeljs.com",
48
+ "homepage": "https://hazeljs.ai",
49
49
  "peerDependencies": {
50
50
  "@hazeljs/core": ">=0.2.0-beta.0"
51
51
  },
52
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
52
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
53
53
  }