@fontsource/noto-emoji 5.0.7 → 5.0.12

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.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright Google Inc. All Rights Reserved.
1
+ Copyright 2013, 2022 Google Inc. All Rights Reserved.
2
2
 
3
3
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
4
  This license is copied below, and is also available with a FAQ at:
package/README.md CHANGED
@@ -38,7 +38,7 @@ body {
38
38
  ## Licensing
39
39
  Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
40
40
 
41
- Copyright Google Inc. All Rights Reserved.
41
+ Copyright 2013, 2022 Google Inc. All Rights Reserved.
42
42
  [OFL-1.1](http://scripts.sil.org/OFL)
43
43
 
44
44
  ## Other Notes
package/metadata.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "license": {
15
15
  "type": "OFL-1.1",
16
16
  "url": "http://scripts.sil.org/OFL",
17
- "attribution": "Copyright Google Inc. All Rights Reserved."
17
+ "attribution": "Copyright 2013, 2022 Google Inc. All Rights Reserved."
18
18
  },
19
19
  "source": "https://github.com/google/fonts",
20
20
  "type": "google"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fontsource/noto-emoji",
3
- "version": "5.0.7",
3
+ "version": "5.0.12",
4
4
  "description": "Self-host the Noto Emoji font in a neatly bundled NPM package.",
5
5
  "main": "index.css",
6
6
  "publishConfig": {"access": "public"},
@@ -26,5 +26,5 @@
26
26
  "url": "https://github.com/fontsource/font-files.git",
27
27
  "directory": "fonts/google/noto-emoji"
28
28
  },
29
- "publishHash": "a8d676ea19cf36d2"
29
+ "publishHash": "ede925af9c8c403f"
30
30
  }