handlebars-i18n 1.10.4 → 1.10.6
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/dist/handlebars-i18n.js +1 -1
- package/package.json +1 -1
- package/readme.md +2 -2
package/dist/handlebars-i18n.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* handlebars-i18n adds features for localization/
|
|
7
7
|
* internationalization to handlebars.js
|
|
8
8
|
*
|
|
9
|
-
* Copyright (c) 2020-
|
|
9
|
+
* Copyright (c) 2020-26 Florian Walzel, MIT License
|
|
10
10
|
*
|
|
11
11
|
*********************************************************************/
|
|
12
12
|
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -66,10 +66,10 @@ Usage in web browser (old school):
|
|
|
66
66
|
|
|
67
67
|
Via CDN:
|
|
68
68
|
```javascript
|
|
69
|
-
<script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.
|
|
69
|
+
<script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.5/dist/handlebars-i18n.min.js"></script>
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
[](https://www.slanted.de/product/what-was-design/)
|
|
73
73
|
|
|
74
74
|
## Quick Example
|
|
75
75
|
|