@hazeljs/i18n 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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -289,4 +289,4 @@ Plural objects support any CLDR plural category (`zero`, `one`, `two`, `few`, `m
289
289
 
290
290
  ## License
291
291
 
292
- Apache-2.0 © [HazelJS](https://hazeljs.com)
292
+ Apache-2.0 © [HazelJS](https://hazeljs.ai)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/i18n",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
4
4
  "description": "Internationalization (i18n) module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,9 +43,9 @@
43
43
  "bugs": {
44
44
  "url": "https://github.com/hazeljs/hazel-js/issues"
45
45
  },
46
- "homepage": "https://hazeljs.com",
46
+ "homepage": "https://hazeljs.ai",
47
47
  "peerDependencies": {
48
48
  "@hazeljs/core": ">=0.2.0-beta.0"
49
49
  },
50
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
50
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
51
51
  }