all-named-html-entities 2.0.6 → 2.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.
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name all-named-html-entities
|
|
3
3
|
* @fileoverview List of all named HTML entities
|
|
4
|
-
* @version 2.0.
|
|
4
|
+
* @version 2.0.7
|
|
5
5
|
* @author Roy Revelt, Codsen Ltd
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/all-named-html-entities/}
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
var version$1 = "2.0.
|
|
10
|
+
var version$1 = "2.0.7";
|
|
11
11
|
|
|
12
12
|
var Aacute = "Á";
|
|
13
13
|
var aacute = "á";
|