desy-html 13.0.0 → 13.0.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.
- package/docs/index.html +4 -0
- package/package.json +2 -5
package/docs/index.html
CHANGED
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
|
|
40
40
|
<h2>Changelog (English)</h2>
|
|
41
41
|
<p>What's new in the latest version of desy-html</p>
|
|
42
|
+
<h3>v.13.0.1</h3>
|
|
43
|
+
<ul class="text-sm">
|
|
44
|
+
<li>Removed backstop npm script entries as they are not used.</li>
|
|
45
|
+
</ul>
|
|
42
46
|
<h3>v.13.0.0</h3>
|
|
43
47
|
<ul class="text-sm">
|
|
44
48
|
<li>Accesibility fixes in most of the components.</li>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "desy-html",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "desy-html contains the code you need to start building a user interface for Gobierno de Aragón government webapps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -27,10 +27,7 @@
|
|
|
27
27
|
"main": "src/js/index.js",
|
|
28
28
|
"scripts": {
|
|
29
29
|
"dev": "gulp --no-notify",
|
|
30
|
-
"prod": "NODE_ENV=production gulp prod"
|
|
31
|
-
"backstop-test:approve": "backstop approve --config=test/backstop_config/backstop.config.js",
|
|
32
|
-
"backstop-test:reference": "backstop reference --config=test/backstop_config/backstop.config.js",
|
|
33
|
-
"backstop-test:test": "backstop test --config=test/backstop_config/backstop.config.js"
|
|
30
|
+
"prod": "NODE_ENV=production gulp prod"
|
|
34
31
|
},
|
|
35
32
|
"dependencies": {
|
|
36
33
|
"@tailwindcss/forms": "^0.5.7",
|